#241069
a deep, vivid blue · warm · closest name: midnightblue
RGB
36, 16, 105
HSL
254°, 74%, 24%
CMYK
66, 85, 0, 59
Luminance
0.0177
Every format
| HEX | #241069 |
| RGB | rgb(36, 16, 105) |
| HSL | hsl(254, 74%, 24%) |
| CMYK | cmyk(66%, 85%, 0%, 59%) |
| LAB | lab(14.2 35.5 -47.7) |
| LCH | lch(14.2 59.5 306.7) |
| OKLCH | oklch(0.276 0.141 282.4) |
Copy-ready code
/* CSS */
color: #241069;
background-color: #241069;
/* Tailwind (arbitrary) */
class="text-[#241069] bg-[#241069]"
/* SCSS */
$brand: #241069;
/* SwiftUI */
Color(red: 0.141, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#241069")Accessibility — WCAG contrast
Aa
#241069 on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241069 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green6.3%
Blue41.2%
CMYK percentages
Cyan65.7%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#241069 text on a black background
contrast 1.35:1
Card sample
#241069 text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241069;
Background color
Panel with #241069 background
background-color: #241069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241069; background: linear-gradient(135deg, #241069, #5F1069);