HSL(241, 83%, 27%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,83%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 83%, 27%) | color: hsl(241, 83%, 27%) | |
| HEX | #0E0C7E | color: #0E0C7E | |
| RGB | rgb(14, 12, 126) | color: rgb(14, 12, 126) | |
| CMYK | cmyk(89%, 90%, 0%, 51%) | — | |
| HSV | hsv(241, 90%, 49%) | — | |
| HWB | hwb(241 5% 51%) | color: hwb(241 5% 51%) | |
| OKLCH | oklch(0.2839 0.175 268.18) | color: oklch(0.2839 0.175 268.18) | |
| Lab | lab(14.75 42.5 -60.45) | color: lab(14.75 42.5 -60.45) | |
| LCH | lch(14.75 73.89 305.11) | color: lch(14.75 73.89 305.11) |
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)
#0D0D62 — rgb(13, 13, 98)
Deuteranopia (Green-blind)
#0D0D5C — rgb(13, 13, 92)
Tritanopia (Blue-blind)
#0E4D48 — rgb(14, 77, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 83%, 27%);
text
color: hsl(241, 83%, 27%);
border
border: 2px solid hsl(241, 83%, 27%);
gradient light
background: linear-gradient(to right, hsl(241, 83%, 47%), hsl(241, 83%, 27%));
gradient dark
background: linear-gradient(to right, hsl(241, 83%, 27%), hsl(241, 83%, 7%))
hex
background-color: #0E0C7E;
tailwind
bg-[hsl(241,83%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 83%, 27%, 0.4);
css variable
--color-primary: hsl(241, 83%, 27%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 83%, 27%)?
HEX: #0E0C7E | RGB: rgb(14, 12, 126) | CMYK: 89%, 90%, 0%, 51% | HSV: 241°, 90%, 49%. Copy any format from the conversion table above.
What colors go well with #0E0C7E?
The complementary color is HSL(61, 83%, 27%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 83%, 27%) in CSS?
As HSL: color: hsl(241, 83%, 27%); — As HEX: color: #0E0C7E; — As RGB: color: rgb(14, 12, 126); — Tailwind CSS: bg-[hsl(241,83%,27%)] — CSS variable: --color-primary: hsl(241, 83%, 27%);