#22cfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
34, 207, 219
HSL
184°, 73%, 50%
CMYK
85, 6, 0, 14
Luminance
0.5008
Every format
| HEX | #22cfdb |
| RGB | rgb(34, 207, 219) |
| HSL | hsl(184, 73%, 50%) |
| CMYK | cmyk(85%, 6%, 0%, 14%) |
| LAB | lab(76.1 -36.1 -17.6) |
| LCH | lch(76.1 40.2 206.0) |
| OKLCH | oklch(0.780 0.128 202.5) |
Copy-ready code
/* CSS */
color: #22cfdb;
background-color: #22cfdb;
/* Tailwind (arbitrary) */
class="text-[#22cfdb] bg-[#22cfdb]"
/* SCSS */
$brand: #22cfdb;
/* SwiftUI */
Color(red: 0.133, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#22cfdb")Accessibility — WCAG contrast
Aa
#22cfdb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22cfdb on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green81.2%
Blue85.9%
CMYK percentages
Cyan84.5%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#22cfdb text on a black background
contrast 11.02:1
Card sample
#22cfdb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22cfdb;
Background color
Panel with #22cfdb background
background-color: #22cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22cfdb; background: linear-gradient(135deg, #22cfdb, #2254DB);