#240c8f
a dark, electric blue · warm · closest name: navy
RGB
36, 12, 143
HSL
251°, 85%, 30%
CMYK
75, 92, 0, 44
Luminance
0.0262
Every format
| HEX | #240c8f |
| RGB | rgb(36, 12, 143) |
| HSL | hsl(251, 85%, 30%) |
| CMYK | cmyk(75%, 92%, 0%, 44%) |
| LAB | lab(18.5 48.5 -65.0) |
| LCH | lch(18.5 81.1 306.8) |
| OKLCH | oklch(0.319 0.189 275.5) |
Copy-ready code
/* CSS */
color: #240c8f;
background-color: #240c8f;
/* Tailwind (arbitrary) */
class="text-[#240c8f] bg-[#240c8f]"
/* SCSS */
$brand: #240c8f;
/* SwiftUI */
Color(red: 0.141, green: 0.047, blue: 0.561)
/* Android */
Color.parseColor("#240c8f")Accessibility — WCAG contrast
Aa
#240c8f on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240c8f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green4.7%
Blue56.1%
CMYK percentages
Cyan74.8%
Magenta91.6%
Yellow0.0%
Key (black)43.9%
Color previews
#240c8f text on a black background
contrast 1.52:1
Card sample
#240c8f text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240c8f;
Background color
Panel with #240c8f background
background-color: #240c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 12, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 12, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240c8f; background: linear-gradient(135deg, #240c8f, #7B0C8F);