#22dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 223, 191
HSL
170°, 75%, 50%
CMYK
85, 0, 14, 13
Luminance
0.5688
Every format
| HEX | #22dfbf |
| RGB | rgb(34, 223, 191) |
| HSL | hsl(170, 75%, 50%) |
| CMYK | cmyk(85%, 0%, 14%, 13%) |
| LAB | lab(80.1 -51.0 3.3) |
| LCH | lch(80.1 51.1 176.3) |
| OKLCH | oklch(0.810 0.146 176.9) |
Copy-ready code
/* CSS */
color: #22dfbf;
background-color: #22dfbf;
/* Tailwind (arbitrary) */
class="text-[#22dfbf] bg-[#22dfbf]"
/* SCSS */
$brand: #22dfbf;
/* SwiftUI */
Color(red: 0.133, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#22dfbf")Accessibility — WCAG contrast
Aa
#22dfbf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22dfbf on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green87.5%
Blue74.9%
CMYK percentages
Cyan84.8%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#22dfbf text on a black background
contrast 12.38:1
Card sample
#22dfbf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22dfbf;
Background color
Panel with #22dfbf background
background-color: #22dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22dfbf; background: linear-gradient(135deg, #22dfbf, #2281DF);