#22cfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 207, 204
HSL
179°, 72%, 47%
CMYK
84, 0, 1, 19
Luminance
0.4933
Every format
| HEX | #22cfcc |
| RGB | rgb(34, 207, 204) |
| HSL | hsl(179, 72%, 47%) |
| CMYK | cmyk(84%, 0%, 1%, 19%) |
| LAB | lab(75.7 -40.6 -10.3) |
| LCH | lch(75.7 41.8 194.2) |
| OKLCH | oklch(0.775 0.128 192.9) |
Copy-ready code
/* CSS */
color: #22cfcc;
background-color: #22cfcc;
/* Tailwind (arbitrary) */
class="text-[#22cfcc] bg-[#22cfcc]"
/* SCSS */
$brand: #22cfcc;
/* SwiftUI */
Color(red: 0.133, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#22cfcc")Accessibility — WCAG contrast
Aa
#22cfcc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cfcc on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green81.2%
Blue80.0%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#22cfcc text on a black background
contrast 10.87:1
Card sample
#22cfcc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cfcc;
Background color
Panel with #22cfcc background
background-color: #22cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cfcc; background: linear-gradient(135deg, #22cfcc, #225FCF);