#22c2cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 194, 203
HSL
183°, 71%, 47%
CMYK
83, 4, 0, 20
Luminance
0.4324
Every format
| HEX | #22c2cb |
| RGB | rgb(34, 194, 203) |
| HSL | hsl(183, 71%, 47%) |
| CMYK | cmyk(83%, 4%, 0%, 20%) |
| LAB | lab(71.7 -34.9 -15.6) |
| LCH | lch(71.7 38.3 204.1) |
| OKLCH | oklch(0.743 0.121 201.0) |
Copy-ready code
/* CSS */
color: #22c2cb;
background-color: #22c2cb;
/* Tailwind (arbitrary) */
class="text-[#22c2cb] bg-[#22c2cb]"
/* SCSS */
$brand: #22c2cb;
/* SwiftUI */
Color(red: 0.133, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#22c2cb")Accessibility — WCAG contrast
Aa
#22c2cb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22c2cb on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green76.1%
Blue79.6%
CMYK percentages
Cyan83.3%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#22c2cb text on a black background
contrast 9.65:1
Card sample
#22c2cb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22c2cb;
Background color
Panel with #22c2cb background
background-color: #22c2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22c2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22c2cb; background: linear-gradient(135deg, #22c2cb, #2251CB);