#2f0fcc
a dark, electric blue · warm · closest name: blue
RGB
47, 15, 204
HSL
250°, 86%, 43%
CMYK
77, 93, 0, 20
Luminance
0.0531
Every format
| HEX | #2f0fcc |
| RGB | rgb(47, 15, 204) |
| HSL | hsl(250, 86%, 43%) |
| CMYK | cmyk(77%, 93%, 0%, 20%) |
| LAB | lab(27.6 64.6 -86.5) |
| LCH | lch(27.6 108.0 306.8) |
| OKLCH | oklch(0.406 0.250 272.9) |
Copy-ready code
/* CSS */
color: #2f0fcc;
background-color: #2f0fcc;
/* Tailwind (arbitrary) */
class="text-[#2f0fcc] bg-[#2f0fcc]"
/* SCSS */
$brand: #2f0fcc;
/* SwiftUI */
Color(red: 0.184, green: 0.059, blue: 0.800)
/* Android */
Color.parseColor("#2f0fcc")Accessibility — WCAG contrast
Aa
#2f0fcc on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0fcc on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green5.9%
Blue80.0%
CMYK percentages
Cyan77.0%
Magenta92.6%
Yellow0.0%
Key (black)20.0%
Color previews
#2f0fcc text on a black background
contrast 2.06:1
Card sample
#2f0fcc text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0fcc;
Background color
Panel with #2f0fcc background
background-color: #2f0fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 15, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 15, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0fcc; background: linear-gradient(135deg, #2f0fcc, #AD0FCC);