#22cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 203, 175
HSL
170°, 71%, 47%
CMYK
83, 0, 14, 20
Luminance
0.4615
Every format
| HEX | #22cbaf |
| RGB | rgb(34, 203, 175) |
| HSL | hsl(170, 71%, 47%) |
| CMYK | cmyk(83%, 0%, 14%, 20%) |
| LAB | lab(73.6 -46.9 2.5) |
| LCH | lch(73.6 47.0 177.0) |
| OKLCH | oklch(0.756 0.134 177.5) |
Copy-ready code
/* CSS */
color: #22cbaf;
background-color: #22cbaf;
/* Tailwind (arbitrary) */
class="text-[#22cbaf] bg-[#22cbaf]"
/* SCSS */
$brand: #22cbaf;
/* SwiftUI */
Color(red: 0.133, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#22cbaf")Accessibility — WCAG contrast
Aa
#22cbaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cbaf on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#22cbaf text on a black background
contrast 10.23:1
Card sample
#22cbaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cbaf;
Background color
Panel with #22cbaf background
background-color: #22cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cbaf; background: linear-gradient(135deg, #22cbaf, #2276CB);