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