#22cddb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 205, 219
HSL
185°, 73%, 50%
CMYK
85, 6, 0, 14
Luminance
0.4912
Every format
| HEX | #22cddb |
| RGB | rgb(34, 205, 219) |
| HSL | hsl(185, 73%, 50%) |
| CMYK | cmyk(85%, 6%, 0%, 14%) |
| LAB | lab(75.5 -35.2 -18.5) |
| LCH | lch(75.5 39.8 207.8) |
| OKLCH | oklch(0.775 0.127 203.9) |
Copy-ready code
/* CSS */
color: #22cddb;
background-color: #22cddb;
/* Tailwind (arbitrary) */
class="text-[#22cddb] bg-[#22cddb]"
/* SCSS */
$brand: #22cddb;
/* SwiftUI */
Color(red: 0.133, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#22cddb")Accessibility — WCAG contrast
Aa
#22cddb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cddb on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green80.4%
Blue85.9%
CMYK percentages
Cyan84.5%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#22cddb text on a black background
contrast 10.82:1
Card sample
#22cddb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cddb;
Background color
Panel with #22cddb background
background-color: #22cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cddb; background: linear-gradient(135deg, #22cddb, #2252DB);