#241daf
a dark, vivid blue · warm · closest name: navy
RGB
36, 29, 175
HSL
243°, 72%, 40%
CMYK
79, 83, 0, 31
Luminance
0.0435
Every format
| HEX | #241daf |
| RGB | rgb(36, 29, 175) |
| HSL | hsl(243, 72%, 40%) |
| CMYK | cmyk(79%, 83%, 0%, 31%) |
| LAB | lab(24.8 51.3 -74.0) |
| LCH | lch(24.8 90.0 304.7) |
| OKLCH | oklch(0.374 0.214 271.3) |
Copy-ready code
/* CSS */
color: #241daf;
background-color: #241daf;
/* Tailwind (arbitrary) */
class="text-[#241daf] bg-[#241daf]"
/* SCSS */
$brand: #241daf;
/* SwiftUI */
Color(red: 0.141, green: 0.114, blue: 0.686)
/* Android */
Color.parseColor("#241daf")Accessibility — WCAG contrast
Aa
#241daf on white: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241daf on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green11.4%
Blue68.6%
CMYK percentages
Cyan79.4%
Magenta83.4%
Yellow0.0%
Key (black)31.4%
Color previews
#241daf text on a black background
contrast 1.87:1
Card sample
#241daf text on a white background
contrast 11.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241daf;
Background color
Panel with #241daf background
background-color: #241daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 29, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 29, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241daf; background: linear-gradient(135deg, #241daf, #851DAF);