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