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