#216f64
a dark, vivid cyan · cool · closest name: teal
RGB
33, 111, 100
HSL
172°, 54%, 28%
CMYK
70, 0, 10, 57
Luminance
0.1261
Every format
| HEX | #216f64 |
| RGB | rgb(33, 111, 100) |
| HSL | hsl(172, 54%, 28%) |
| CMYK | cmyk(70%, 0%, 10%, 57%) |
| LAB | lab(42.2 -26.2 -0.7) |
| LCH | lch(42.2 26.2 181.6) |
| OKLCH | oklch(0.492 0.076 181.8) |
Copy-ready code
/* CSS */
color: #216f64;
background-color: #216f64;
/* Tailwind (arbitrary) */
class="text-[#216f64] bg-[#216f64]"
/* SCSS */
$brand: #216f64;
/* SwiftUI */
Color(red: 0.129, green: 0.435, blue: 0.392)
/* Android */
Color.parseColor("#216f64")Accessibility — WCAG contrast
Aa
#216f64 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#216f64 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green43.5%
Blue39.2%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow9.9%
Key (black)56.5%
Color previews
#216f64 text on a black background
contrast 3.52:1
Card sample
#216f64 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #216f64;
Background color
Panel with #216f64 background
background-color: #216f64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #216f64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 111, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 111, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #216f64; background: linear-gradient(135deg, #216f64, #21466F);