#29697f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
41, 105, 127
HSL
195°, 51%, 33%
CMYK
68, 17, 0, 50
Luminance
0.1211
Every format
| HEX | #29697f |
| RGB | rgb(41, 105, 127) |
| HSL | hsl(195, 51%, 33%) |
| CMYK | cmyk(68%, 17%, 0%, 50%) |
| LAB | lab(41.4 -12.9 -18.2) |
| LCH | lch(41.4 22.3 234.7) |
| OKLCH | oklch(0.489 0.073 224.1) |
Copy-ready code
/* CSS */
color: #29697f;
background-color: #29697f;
/* Tailwind (arbitrary) */
class="text-[#29697f] bg-[#29697f]"
/* SCSS */
$brand: #29697f;
/* SwiftUI */
Color(red: 0.161, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#29697f")Accessibility — WCAG contrast
Aa
#29697f on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#29697f on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green41.2%
Blue49.8%
CMYK percentages
Cyan67.7%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#29697f text on a black background
contrast 3.42:1
Card sample
#29697f text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29697f;
Background color
Panel with #29697f background
background-color: #29697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29697f; background: linear-gradient(135deg, #29697f, #29307F);