HSL(207, 79%, 28%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,79%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 79%, 28%) | color: hsl(207, 79%, 28%) | |
| HEX | #0F4D80 | color: #0F4D80 | |
| RGB | rgb(15, 77, 128) | color: rgb(15, 77, 128) | |
| CMYK | cmyk(88%, 40%, 0%, 50%) | — | |
| HSV | hsv(207, 88%, 50%) | — | |
| HWB | hwb(207 6% 50%) | color: hwb(207 6% 50%) | |
| OKLCH | oklch(0.411 0.104 249.05) | color: oklch(0.411 0.104 249.05) | |
| Lab | lab(31.73 1.27 -34) | color: lab(31.73 1.27 -34) | |
| LCH | lch(31.73 34.02 272.14) | color: lch(31.73 34.02 272.14) |
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)
#2A2A74 — rgb(42, 42, 116)
Deuteranopia (Green-blind)
#262271 — rgb(38, 34, 113)
Tritanopia (Blue-blind)
#126A68 — rgb(18, 106, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 79%, 28%);
text
color: hsl(207, 79%, 28%);
border
border: 2px solid hsl(207, 79%, 28%);
gradient light
background: linear-gradient(to right, hsl(207, 79%, 48%), hsl(207, 79%, 28%));
gradient dark
background: linear-gradient(to right, hsl(207, 79%, 28%), hsl(207, 79%, 8%))
hex
background-color: #0F4D80;
tailwind
bg-[hsl(207,79%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 79%, 28%, 0.4);
css variable
--color-primary: hsl(207, 79%, 28%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 79%, 28%)?
HEX: #0F4D80 | RGB: rgb(15, 77, 128) | CMYK: 88%, 40%, 0%, 50% | HSV: 207°, 88%, 50%. Copy any format from the conversion table above.
What colors go well with #0F4D80?
The complementary color is HSL(27, 79%, 28%). 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, 79%, 28%) in CSS?
As HSL: color: hsl(207, 79%, 28%); — As HEX: color: #0F4D80; — As RGB: color: rgb(15, 77, 128); — Tailwind CSS: bg-[hsl(207,79%,28%)] — CSS variable: --color-primary: hsl(207, 79%, 28%);