#2f0fe3
a balanced, electric blue · warm · closest name: blue
RGB
47, 15, 227
HSL
249°, 88%, 48%
CMYK
79, 93, 0, 11
Luminance
0.0649
Every format
| HEX | #2f0fe3 |
| RGB | rgb(47, 15, 227) |
| HSL | hsl(249, 88%, 48%) |
| CMYK | cmyk(79%, 93%, 0%, 11%) |
| LAB | lab(30.6 70.5 -94.8) |
| LCH | lch(30.6 118.1 306.6) |
| OKLCH | oklch(0.434 0.274 271.2) |
Copy-ready code
/* CSS */
color: #2f0fe3;
background-color: #2f0fe3;
/* Tailwind (arbitrary) */
class="text-[#2f0fe3] bg-[#2f0fe3]"
/* SCSS */
$brand: #2f0fe3;
/* SwiftUI */
Color(red: 0.184, green: 0.059, blue: 0.890)
/* Android */
Color.parseColor("#2f0fe3")Accessibility — WCAG contrast
Aa
#2f0fe3 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0fe3 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green5.9%
Blue89.0%
CMYK percentages
Cyan79.3%
Magenta93.4%
Yellow0.0%
Key (black)11.0%
Color previews
#2f0fe3 text on a black background
contrast 2.30:1
Card sample
#2f0fe3 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0fe3;
Background color
Panel with #2f0fe3 background
background-color: #2f0fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 15, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 15, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0fe3; background: linear-gradient(135deg, #2f0fe3, #BD0FE3);