#22cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 205, 203
HSL
179°, 72%, 47%
CMYK
83, 0, 1, 20
Luminance
0.4831
Every format
| HEX | #22cdcb |
| RGB | rgb(34, 205, 203) |
| HSL | hsl(179, 72%, 47%) |
| CMYK | cmyk(83%, 0%, 1%, 20%) |
| LAB | lab(75.0 -40.0 -10.7) |
| LCH | lch(75.0 41.4 194.9) |
| OKLCH | oklch(0.770 0.127 193.6) |
Copy-ready code
/* CSS */
color: #22cdcb;
background-color: #22cdcb;
/* Tailwind (arbitrary) */
class="text-[#22cdcb] bg-[#22cdcb]"
/* SCSS */
$brand: #22cdcb;
/* SwiftUI */
Color(red: 0.133, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#22cdcb")Accessibility — WCAG contrast
Aa
#22cdcb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cdcb on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green80.4%
Blue79.6%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#22cdcb text on a black background
contrast 10.66:1
Card sample
#22cdcb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cdcb;
Background color
Panel with #22cdcb background
background-color: #22cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cdcb; background: linear-gradient(135deg, #22cdcb, #225DCD);