#2f0cbf
a dark, electric blue · warm · closest name: navy
RGB
47, 12, 191
HSL
252°, 88%, 40%
CMYK
75, 94, 0, 25
Luminance
0.0463
Every format
| HEX | #2f0cbf |
| RGB | rgb(47, 12, 191) |
| HSL | hsl(252, 88%, 40%) |
| CMYK | cmyk(75%, 94%, 0%, 25%) |
| LAB | lab(25.6 62.0 -82.1) |
| LCH | lch(25.6 102.8 307.0) |
| OKLCH | oklch(0.388 0.238 274.2) |
Copy-ready code
/* CSS */
color: #2f0cbf;
background-color: #2f0cbf;
/* Tailwind (arbitrary) */
class="text-[#2f0cbf] bg-[#2f0cbf]"
/* SCSS */
$brand: #2f0cbf;
/* SwiftUI */
Color(red: 0.184, green: 0.047, blue: 0.749)
/* Android */
Color.parseColor("#2f0cbf")Accessibility — WCAG contrast
Aa
#2f0cbf on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0cbf on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green4.7%
Blue74.9%
CMYK percentages
Cyan75.4%
Magenta93.7%
Yellow0.0%
Key (black)25.1%
Color previews
#2f0cbf text on a black background
contrast 1.93:1
Card sample
#2f0cbf text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0cbf;
Background color
Panel with #2f0cbf background
background-color: #2f0cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 12, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 12, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0cbf; background: linear-gradient(135deg, #2f0cbf, #A60CBF);