HSL(207, 63%, 39%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,63%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 63%, 39%) | color: hsl(207, 63%, 39%) | |
| HEX | #256AA2 | color: #256AA2 | |
| RGB | rgb(37, 106, 162) | color: rgb(37, 106, 162) | |
| CMYK | cmyk(77%, 35%, 0%, 36%) | — | |
| HSV | hsv(207, 77%, 64%) | — | |
| HWB | hwb(207 15% 36%) | color: hwb(207 15% 36%) | |
| OKLCH | oklch(0.5091 0.112 247.08) | color: oklch(0.5091 0.112 247.08) | |
| Lab | lab(43.22 -1.44 -36.3) | color: lab(43.22 -1.44 -36.3) | |
| LCH | lch(43.22 36.33 267.73) | color: lch(43.22 36.33 267.73) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#434394 — rgb(67, 67, 148)
Deuteranopia (Green-blind)
#3F3A91 — rgb(63, 58, 145)
Tritanopia (Blue-blind)
#288A87 — rgb(40, 138, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 63%, 39%);
text
color: hsl(207, 63%, 39%);
border
border: 2px solid hsl(207, 63%, 39%);
gradient light
background: linear-gradient(to right, hsl(207, 63%, 59%), hsl(207, 63%, 39%));
gradient dark
background: linear-gradient(to right, hsl(207, 63%, 39%), hsl(207, 63%, 19%))
hex
background-color: #256AA2;
tailwind
bg-[hsl(207,63%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 63%, 39%, 0.4);
css variable
--color-primary: hsl(207, 63%, 39%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 63%, 39%)?
HEX: #256AA2 | RGB: rgb(37, 106, 162) | CMYK: 77%, 35%, 0%, 36% | HSV: 207°, 77%, 64%. Copy any format from the conversion table above.
What colors go well with #256AA2?
The complementary color is HSL(27, 63%, 39%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 63%, 39%) in CSS?
As HSL: color: hsl(207, 63%, 39%); — As HEX: color: #256AA2; — As RGB: color: rgb(37, 106, 162); — Tailwind CSS: bg-[hsl(207,63%,39%)] — CSS variable: --color-primary: hsl(207, 63%, 39%);