#2c2f69
a dark, soft blue · warm · closest name: midnightblue
RGB
44, 47, 105
HSL
237°, 41%, 29%
CMYK
58, 55, 0, 59
Luminance
0.0359
Every format
| HEX | #2c2f69 |
| RGB | rgb(44, 47, 105) |
| HSL | hsl(237, 41%, 29%) |
| CMYK | cmyk(58%, 55%, 0%, 59%) |
| LAB | lab(22.3 17.4 -34.5) |
| LCH | lch(22.3 38.6 296.7) |
| OKLCH | oklch(0.337 0.100 277.4) |
Copy-ready code
/* CSS */
color: #2c2f69;
background-color: #2c2f69;
/* Tailwind (arbitrary) */
class="text-[#2c2f69] bg-[#2c2f69]"
/* SCSS */
$brand: #2c2f69;
/* SwiftUI */
Color(red: 0.173, green: 0.184, blue: 0.412)
/* Android */
Color.parseColor("#2c2f69")Accessibility — WCAG contrast
Aa
#2c2f69 on white: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2f69 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green18.4%
Blue41.2%
CMYK percentages
Cyan58.1%
Magenta55.2%
Yellow0.0%
Key (black)58.8%
Color previews
#2c2f69 text on a black background
contrast 1.72:1
Card sample
#2c2f69 text on a white background
contrast 12.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2f69;
Background color
Panel with #2c2f69 background
background-color: #2c2f69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2f69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 47, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 47, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2f69; background: linear-gradient(135deg, #2c2f69, #522C69);