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