#294452
a deep, soft blue · cool · closest name: darkslategray
RGB
41, 68, 82
HSL
201°, 33%, 24%
CMYK
50, 17, 0, 68
Luminance
0.0521
Every format
| HEX | #294452 |
| RGB | rgb(41, 68, 82) |
| HSL | hsl(201, 33%, 24%) |
| CMYK | cmyk(50%, 17%, 0%, 68%) |
| LAB | lab(27.3 -5.9 -11.6) |
| LCH | lch(27.3 13.0 243.2) |
| OKLCH | oklch(0.371 0.041 232.0) |
Copy-ready code
/* CSS */
color: #294452;
background-color: #294452;
/* Tailwind (arbitrary) */
class="text-[#294452] bg-[#294452]"
/* SCSS */
$brand: #294452;
/* SwiftUI */
Color(red: 0.161, green: 0.267, blue: 0.322)
/* Android */
Color.parseColor("#294452")Accessibility — WCAG contrast
Aa
#294452 on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294452 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green26.7%
Blue32.2%
CMYK percentages
Cyan50.0%
Magenta17.1%
Yellow0.0%
Key (black)67.8%
Color previews
#294452 text on a black background
contrast 2.04:1
Card sample
#294452 text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294452;
Background color
Panel with #294452 background
background-color: #294452;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294452;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 68, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 68, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294452; background: linear-gradient(135deg, #294452, #292952);