#241f99
a dark, vivid blue · warm · closest name: navy
RGB
36, 31, 153
HSL
243°, 66%, 36%
CMYK
77, 80, 0, 40
Luminance
0.0365
Every format
| HEX | #241f99 |
| RGB | rgb(36, 31, 153) |
| HSL | hsl(243, 66%, 36%) |
| CMYK | cmyk(77%, 80%, 0%, 40%) |
| LAB | lab(22.5 43.3 -64.5) |
| LCH | lch(22.5 77.7 303.9) |
| OKLCH | oklch(0.351 0.187 272.9) |
Copy-ready code
/* CSS */
color: #241f99;
background-color: #241f99;
/* Tailwind (arbitrary) */
class="text-[#241f99] bg-[#241f99]"
/* SCSS */
$brand: #241f99;
/* SwiftUI */
Color(red: 0.141, green: 0.122, blue: 0.600)
/* Android */
Color.parseColor("#241f99")Accessibility — WCAG contrast
Aa
#241f99 on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241f99 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green12.2%
Blue60.0%
CMYK percentages
Cyan76.5%
Magenta79.7%
Yellow0.0%
Key (black)40.0%
Color previews
#241f99 text on a black background
contrast 1.73:1
Card sample
#241f99 text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241f99;
Background color
Panel with #241f99 background
background-color: #241f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 31, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 31, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241f99; background: linear-gradient(135deg, #241f99, #751F99);