#22cccd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 204, 205
HSL
180°, 72%, 47%
CMYK
83, 1, 0, 20
Luminance
0.4793
Every format
| HEX | #22cccd |
| RGB | rgb(34, 204, 205) |
| HSL | hsl(180, 72%, 47%) |
| CMYK | cmyk(83%, 1%, 0%, 20%) |
| LAB | lab(74.8 -38.9 -12.1) |
| LCH | lch(74.8 40.8 197.3) |
| OKLCH | oklch(0.768 0.126 195.5) |
Copy-ready code
/* CSS */
color: #22cccd;
background-color: #22cccd;
/* Tailwind (arbitrary) */
class="text-[#22cccd] bg-[#22cccd]"
/* SCSS */
$brand: #22cccd;
/* SwiftUI */
Color(red: 0.133, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#22cccd")Accessibility — WCAG contrast
Aa
#22cccd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cccd on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green80.0%
Blue80.4%
CMYK percentages
Cyan83.4%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#22cccd text on a black background
contrast 10.59:1
Card sample
#22cccd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cccd;
Background color
Panel with #22cccd background
background-color: #22cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cccd; background: linear-gradient(135deg, #22cccd, #225ACD);