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