#2f22ba
a dark, vivid blue · warm · closest name: navy
RGB
47, 34, 186
HSL
245°, 69%, 43%
CMYK
75, 82, 0, 27
Luminance
0.0529
Every format
| HEX | #2f22ba |
| RGB | rgb(47, 34, 186) |
| HSL | hsl(245, 69%, 43%) |
| CMYK | cmyk(75%, 82%, 0%, 27%) |
| LAB | lab(27.6 53.0 -76.0) |
| LCH | lch(27.6 92.6 304.9) |
| OKLCH | oklch(0.399 0.220 273.7) |
Copy-ready code
/* CSS */
color: #2f22ba;
background-color: #2f22ba;
/* Tailwind (arbitrary) */
class="text-[#2f22ba] bg-[#2f22ba]"
/* SCSS */
$brand: #2f22ba;
/* SwiftUI */
Color(red: 0.184, green: 0.133, blue: 0.729)
/* Android */
Color.parseColor("#2f22ba")Accessibility — WCAG contrast
Aa
#2f22ba on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f22ba on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green13.3%
Blue72.9%
CMYK percentages
Cyan74.7%
Magenta81.7%
Yellow0.0%
Key (black)27.1%
Color previews
#2f22ba text on a black background
contrast 2.06:1
Card sample
#2f22ba text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f22ba;
Background color
Panel with #2f22ba background
background-color: #2f22ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f22ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 34, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 34, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f22ba; background: linear-gradient(135deg, #2f22ba, #9422BA);