#22cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 202, 207
HSL
182°, 72%, 47%
CMYK
84, 2, 0, 19
Luminance
0.4709
Every format
| HEX | #22cacf |
| RGB | rgb(34, 202, 207) |
| HSL | hsl(182, 72%, 47%) |
| CMYK | cmyk(84%, 2%, 0%, 19%) |
| LAB | lab(74.2 -37.4 -14.0) |
| LCH | lch(74.2 40.0 200.5) |
| OKLCH | oklch(0.764 0.125 198.1) |
Copy-ready code
/* CSS */
color: #22cacf;
background-color: #22cacf;
/* Tailwind (arbitrary) */
class="text-[#22cacf] bg-[#22cacf]"
/* SCSS */
$brand: #22cacf;
/* SwiftUI */
Color(red: 0.133, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#22cacf")Accessibility — WCAG contrast
Aa
#22cacf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cacf on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green79.2%
Blue81.2%
CMYK percentages
Cyan83.6%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#22cacf text on a black background
contrast 10.42:1
Card sample
#22cacf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cacf;
Background color
Panel with #22cacf background
background-color: #22cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cacf; background: linear-gradient(135deg, #22cacf, #2257CF);