#2f239a
a dark, vivid blue · warm · closest name: navy
RGB
47, 35, 154
HSL
246°, 63%, 37%
CMYK
70, 77, 0, 40
Luminance
0.0414
Every format
| HEX | #2f239a |
| RGB | rgb(47, 35, 154) |
| HSL | hsl(246, 63%, 37%) |
| CMYK | cmyk(70%, 77%, 0%, 40%) |
| LAB | lab(24.1 42.5 -62.3) |
| LCH | lch(24.1 75.4 304.3) |
| OKLCH | oklch(0.364 0.181 276.9) |
Copy-ready code
/* CSS */
color: #2f239a;
background-color: #2f239a;
/* Tailwind (arbitrary) */
class="text-[#2f239a] bg-[#2f239a]"
/* SCSS */
$brand: #2f239a;
/* SwiftUI */
Color(red: 0.184, green: 0.137, blue: 0.604)
/* Android */
Color.parseColor("#2f239a")Accessibility — WCAG contrast
Aa
#2f239a on white: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f239a on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green13.7%
Blue60.4%
CMYK percentages
Cyan69.5%
Magenta77.3%
Yellow0.0%
Key (black)39.6%
Color previews
#2f239a text on a black background
contrast 1.83:1
Card sample
#2f239a text on a white background
contrast 11.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f239a;
Background color
Panel with #2f239a background
background-color: #2f239a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f239a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 35, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 35, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f239a; background: linear-gradient(135deg, #2f239a, #7F239A);