#217469
a dark, vivid cyan · cool · closest name: teal
RGB
33, 116, 105
HSL
172°, 56%, 29%
CMYK
72, 0, 10, 55
Luminance
0.1383
Every format
| HEX | #217469 |
| RGB | rgb(33, 116, 105) |
| HSL | hsl(172, 56%, 29%) |
| CMYK | cmyk(72%, 0%, 10%, 55%) |
| LAB | lab(44.0 -27.2 -1.1) |
| LCH | lch(44.0 27.2 182.3) |
| OKLCH | oklch(0.507 0.080 182.4) |
Copy-ready code
/* CSS */
color: #217469;
background-color: #217469;
/* Tailwind (arbitrary) */
class="text-[#217469] bg-[#217469]"
/* SCSS */
$brand: #217469;
/* SwiftUI */
Color(red: 0.129, green: 0.455, blue: 0.412)
/* Android */
Color.parseColor("#217469")Accessibility — WCAG contrast
Aa
#217469 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217469 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green45.5%
Blue41.2%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow9.5%
Key (black)54.5%
Color previews
#217469 text on a black background
contrast 3.77:1
Card sample
#217469 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217469;
Background color
Panel with #217469 background
background-color: #217469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 116, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 116, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217469; background: linear-gradient(135deg, #217469, #214874);