#0f0cfd
a balanced, electric blue · warm · closest name: blue
RGB
15, 12, 253
HSL
241°, 98%, 52%
CMYK
94, 95, 0, 1
Luminance
0.0746
Every format
| HEX | #0f0cfd |
| RGB | rgb(15, 12, 253) |
| HSL | hsl(241, 98%, 52%) |
| CMYK | cmyk(94%, 95%, 0%, 1%) |
| LAB | lab(32.8 77.0 -105.9) |
| LCH | lch(32.8 130.9 306.0) |
| OKLCH | oklch(0.455 0.307 265.1) |
Copy-ready code
/* CSS */
color: #0f0cfd;
background-color: #0f0cfd;
/* Tailwind (arbitrary) */
class="text-[#0f0cfd] bg-[#0f0cfd]"
/* SCSS */
$brand: #0f0cfd;
/* SwiftUI */
Color(red: 0.059, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#0f0cfd")Accessibility — WCAG contrast
Aa
#0f0cfd on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0cfd on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green4.7%
Blue99.2%
CMYK percentages
Cyan94.1%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#0f0cfd text on a black background
contrast 2.49:1
Card sample
#0f0cfd text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0cfd;
Background color
Panel with #0f0cfd background
background-color: #0f0cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0cfd; background: linear-gradient(135deg, #0f0cfd, #B00CFD);