#240cfb
a balanced, electric blue · warm · closest name: blue
RGB
36, 12, 251
HSL
246°, 97%, 52%
CMYK
86, 95, 0, 2
Luminance
0.0760
Every format
| HEX | #240cfb |
| RGB | rgb(36, 12, 251) |
| HSL | hsl(246, 97%, 52%) |
| CMYK | cmyk(86%, 95%, 0%, 2%) |
| LAB | lab(33.1 76.7 -104.2) |
| LCH | lch(33.1 129.4 306.4) |
| OKLCH | oklch(0.459 0.301 267.8) |
Copy-ready code
/* CSS */
color: #240cfb;
background-color: #240cfb;
/* Tailwind (arbitrary) */
class="text-[#240cfb] bg-[#240cfb]"
/* SCSS */
$brand: #240cfb;
/* SwiftUI */
Color(red: 0.141, green: 0.047, blue: 0.984)
/* Android */
Color.parseColor("#240cfb")Accessibility — WCAG contrast
Aa
#240cfb on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240cfb on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green4.7%
Blue98.4%
CMYK percentages
Cyan85.7%
Magenta95.2%
Yellow0.0%
Key (black)1.6%
Color previews
#240cfb text on a black background
contrast 2.52:1
Card sample
#240cfb text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240cfb;
Background color
Panel with #240cfb background
background-color: #240cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 12, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 12, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240cfb; background: linear-gradient(135deg, #240cfb, #C30CFB);