#294752
a deep, soft cyan · cool · closest name: darkslategray
RGB
41, 71, 82
HSL
196°, 33%, 24%
CMYK
50, 13, 0, 68
Luminance
0.0559
Every format
| HEX | #294752 |
| RGB | rgb(41, 71, 82) |
| HSL | hsl(196, 33%, 24%) |
| CMYK | cmyk(50%, 13%, 0%, 68%) |
| LAB | lab(28.3 -7.8 -10.1) |
| LCH | lch(28.3 12.7 232.4) |
| OKLCH | oklch(0.379 0.040 223.4) |
Copy-ready code
/* CSS */
color: #294752;
background-color: #294752;
/* Tailwind (arbitrary) */
class="text-[#294752] bg-[#294752]"
/* SCSS */
$brand: #294752;
/* SwiftUI */
Color(red: 0.161, green: 0.278, blue: 0.322)
/* Android */
Color.parseColor("#294752")Accessibility — WCAG contrast
Aa
#294752 on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294752 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.8%
Blue32.2%
CMYK percentages
Cyan50.0%
Magenta13.4%
Yellow0.0%
Key (black)67.8%
Color previews
#294752 text on a black background
contrast 2.12:1
Card sample
#294752 text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294752;
Background color
Panel with #294752 background
background-color: #294752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 71, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 71, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294752; background: linear-gradient(135deg, #294752, #292C52);