#29667a
a dark, vivid cyan · cool · closest name: darkslategray
RGB
41, 102, 122
HSL
195°, 50%, 32%
CMYK
66, 16, 0, 52
Luminance
0.1138
Every format
| HEX | #29667a |
| RGB | rgb(41, 102, 122) |
| HSL | hsl(195, 50%, 32%) |
| CMYK | cmyk(66%, 16%, 0%, 52%) |
| LAB | lab(40.2 -12.9 -17.0) |
| LCH | lch(40.2 21.3 232.8) |
| OKLCH | oklch(0.479 0.070 222.8) |
Copy-ready code
/* CSS */
color: #29667a;
background-color: #29667a;
/* Tailwind (arbitrary) */
class="text-[#29667a] bg-[#29667a]"
/* SCSS */
$brand: #29667a;
/* SwiftUI */
Color(red: 0.161, green: 0.400, blue: 0.478)
/* Android */
Color.parseColor("#29667a")Accessibility — WCAG contrast
Aa
#29667a on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#29667a on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green40.0%
Blue47.8%
CMYK percentages
Cyan66.4%
Magenta16.4%
Yellow0.0%
Key (black)52.2%
Color previews
#29667a text on a black background
contrast 3.28:1
Card sample
#29667a text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29667a;
Background color
Panel with #29667a background
background-color: #29667a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29667a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 102, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 102, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29667a; background: linear-gradient(135deg, #29667a, #29307A);