#2f0dfb
a balanced, electric blue · warm · closest name: blue
RGB
47, 13, 251
HSL
249°, 97%, 52%
CMYK
81, 95, 0, 2
Luminance
0.0786
Every format
| HEX | #2f0dfb |
| RGB | rgb(47, 13, 251) |
| HSL | hsl(249, 97%, 52%) |
| CMYK | cmyk(81%, 95%, 0%, 2%) |
| LAB | lab(33.7 76.8 -103.3) |
| LCH | lch(33.7 128.7 306.6) |
| OKLCH | oklch(0.464 0.298 269.9) |
Copy-ready code
/* CSS */
color: #2f0dfb;
background-color: #2f0dfb;
/* Tailwind (arbitrary) */
class="text-[#2f0dfb] bg-[#2f0dfb]"
/* SCSS */
$brand: #2f0dfb;
/* SwiftUI */
Color(red: 0.184, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#2f0dfb")Accessibility — WCAG contrast
Aa
#2f0dfb on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0dfb on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green5.1%
Blue98.4%
CMYK percentages
Cyan81.3%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#2f0dfb text on a black background
contrast 2.57:1
Card sample
#2f0dfb text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0dfb;
Background color
Panel with #2f0dfb background
background-color: #2f0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0dfb; background: linear-gradient(135deg, #2f0dfb, #CE0DFB);