#21cfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
33, 207, 218
HSL
184°, 74%, 49%
CMYK
85, 5, 0, 15
Luminance
0.5001
Every format
| HEX | #21cfda |
| RGB | rgb(33, 207, 218) |
| HSL | hsl(184, 74%, 49%) |
| CMYK | cmyk(85%, 5%, 0%, 15%) |
| LAB | lab(76.1 -36.5 -17.2) |
| LCH | lch(76.1 40.3 205.2) |
| OKLCH | oklch(0.780 0.128 201.9) |
Copy-ready code
/* CSS */
color: #21cfda;
background-color: #21cfda;
/* Tailwind (arbitrary) */
class="text-[#21cfda] bg-[#21cfda]"
/* SCSS */
$brand: #21cfda;
/* SwiftUI */
Color(red: 0.129, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#21cfda")Accessibility — WCAG contrast
Aa
#21cfda on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#21cfda on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green81.2%
Blue85.5%
CMYK percentages
Cyan84.9%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#21cfda text on a black background
contrast 11.00:1
Card sample
#21cfda text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #21cfda;
Background color
Panel with #21cfda background
background-color: #21cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #21cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #21cfda; background: linear-gradient(135deg, #21cfda, #2154DA);