#22cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 207, 173
HSL
168°, 72%, 47%
CMYK
84, 0, 16, 19
Luminance
0.4798
Every format
| HEX | #22cfad |
| RGB | rgb(34, 207, 173) |
| HSL | hsl(168, 72%, 47%) |
| CMYK | cmyk(84%, 0%, 16%, 19%) |
| LAB | lab(74.8 -49.1 5.2) |
| LCH | lch(74.8 49.4 173.9) |
| OKLCH | oklch(0.765 0.139 174.6) |
Copy-ready code
/* CSS */
color: #22cfad;
background-color: #22cfad;
/* Tailwind (arbitrary) */
class="text-[#22cfad] bg-[#22cfad]"
/* SCSS */
$brand: #22cfad;
/* SwiftUI */
Color(red: 0.133, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#22cfad")Accessibility — WCAG contrast
Aa
#22cfad on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cfad on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green81.2%
Blue67.8%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#22cfad text on a black background
contrast 10.60:1
Card sample
#22cfad text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cfad;
Background color
Panel with #22cfad background
background-color: #22cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cfad; background: linear-gradient(135deg, #22cfad, #227ECF);