#241853
a deep, vivid blue · warm · closest name: midnightblue
RGB
36, 24, 83
HSL
252°, 55%, 21%
CMYK
57, 71, 0, 68
Luminance
0.0165
Every format
| HEX | #241853 |
| RGB | rgb(36, 24, 83) |
| HSL | hsl(252, 55%, 21%) |
| CMYK | cmyk(57%, 71%, 0%, 68%) |
| LAB | lab(13.6 23.6 -34.1) |
| LCH | lch(13.6 41.4 304.7) |
| OKLCH | oklch(0.265 0.102 286.5) |
Copy-ready code
/* CSS */
color: #241853;
background-color: #241853;
/* Tailwind (arbitrary) */
class="text-[#241853] bg-[#241853]"
/* SCSS */
$brand: #241853;
/* SwiftUI */
Color(red: 0.141, green: 0.094, blue: 0.325)
/* Android */
Color.parseColor("#241853")Accessibility — WCAG contrast
Aa
#241853 on white: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241853 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.4%
Blue32.5%
CMYK percentages
Cyan56.6%
Magenta71.1%
Yellow0.0%
Key (black)67.5%
Color previews
#241853 text on a black background
contrast 1.33:1
Card sample
#241853 text on a white background
contrast 15.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241853;
Background color
Panel with #241853 background
background-color: #241853;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241853;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 24, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 24, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241853; background: linear-gradient(135deg, #241853, #4B1853);