#2f2c72
a dark, soft blue · warm · closest name: midnightblue
RGB
47, 44, 114
HSL
243°, 44%, 31%
CMYK
59, 61, 0, 55
Luminance
0.0362
Every format
| HEX | #2f2c72 |
| RGB | rgb(47, 44, 114) |
| HSL | hsl(243, 44%, 31%) |
| CMYK | cmyk(59%, 61%, 0%, 55%) |
| LAB | lab(22.4 23.3 -40.1) |
| LCH | lch(22.4 46.4 300.1) |
| OKLCH | oklch(0.340 0.117 280.1) |
Copy-ready code
/* CSS */
color: #2f2c72;
background-color: #2f2c72;
/* Tailwind (arbitrary) */
class="text-[#2f2c72] bg-[#2f2c72]"
/* SCSS */
$brand: #2f2c72;
/* SwiftUI */
Color(red: 0.184, green: 0.173, blue: 0.447)
/* Android */
Color.parseColor("#2f2c72")Accessibility — WCAG contrast
Aa
#2f2c72 on white: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2c72 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green17.3%
Blue44.7%
CMYK percentages
Cyan58.8%
Magenta61.4%
Yellow0.0%
Key (black)55.3%
Color previews
#2f2c72 text on a black background
contrast 1.72:1
Card sample
#2f2c72 text on a white background
contrast 12.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2c72;
Background color
Panel with #2f2c72 background
background-color: #2f2c72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2c72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 44, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 44, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2c72; background: linear-gradient(135deg, #2f2c72, #5E2C72);