#2f0dbd
a dark, electric blue · warm · closest name: navy
RGB
47, 13, 189
HSL
252°, 87%, 40%
CMYK
75, 93, 0, 26
Luminance
0.0457
Every format
| HEX | #2f0dbd |
| RGB | rgb(47, 13, 189) |
| HSL | hsl(252, 87%, 40%) |
| CMYK | cmyk(75%, 93%, 0%, 26%) |
| LAB | lab(25.5 61.2 -81.2) |
| LCH | lch(25.5 101.7 307.0) |
| OKLCH | oklch(0.386 0.235 274.4) |
Copy-ready code
/* CSS */
color: #2f0dbd;
background-color: #2f0dbd;
/* Tailwind (arbitrary) */
class="text-[#2f0dbd] bg-[#2f0dbd]"
/* SCSS */
$brand: #2f0dbd;
/* SwiftUI */
Color(red: 0.184, green: 0.051, blue: 0.741)
/* Android */
Color.parseColor("#2f0dbd")Accessibility — WCAG contrast
Aa
#2f0dbd on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0dbd on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green5.1%
Blue74.1%
CMYK percentages
Cyan75.1%
Magenta93.1%
Yellow0.0%
Key (black)25.9%
Color previews
#2f0dbd text on a black background
contrast 1.91:1
Card sample
#2f0dbd text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0dbd;
Background color
Panel with #2f0dbd background
background-color: #2f0dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 13, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 13, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0dbd; background: linear-gradient(135deg, #2f0dbd, #A40DBD);