#2f02fc
a balanced, electric blue · warm · closest name: blue
RGB
47, 2, 252
HSL
251°, 98%, 50%
CMYK
81, 99, 0, 1
Luminance
0.0768
Every format
| HEX | #2f02fc |
| RGB | rgb(47, 2, 252) |
| HSL | hsl(251, 98%, 50%) |
| CMYK | cmyk(81%, 99%, 0%, 1%) |
| LAB | lab(33.3 78.6 -104.5) |
| LCH | lch(33.3 130.8 307.0) |
| OKLCH | oklch(0.461 0.302 269.9) |
Copy-ready code
/* CSS */
color: #2f02fc;
background-color: #2f02fc;
/* Tailwind (arbitrary) */
class="text-[#2f02fc] bg-[#2f02fc]"
/* SCSS */
$brand: #2f02fc;
/* SwiftUI */
Color(red: 0.184, green: 0.008, blue: 0.988)
/* Android */
Color.parseColor("#2f02fc")Accessibility — WCAG contrast
Aa
#2f02fc on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f02fc on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green0.8%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta99.2%
Yellow0.0%
Key (black)1.2%
Color previews
#2f02fc text on a black background
contrast 2.54:1
Card sample
#2f02fc text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f02fc;
Background color
Panel with #2f02fc background
background-color: #2f02fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f02fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 2, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 2, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f02fc; background: linear-gradient(135deg, #2f02fc, #D602FC);