#adefe2
a light, vivid cyan · cool · closest name: turquoise
RGB
173, 239, 226
HSL
168°, 67%, 81%
CMYK
28, 0, 5, 6
Luminance
0.7611
Every format
| HEX | #adefe2 |
| RGB | rgb(173, 239, 226) |
| HSL | hsl(168, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 5%, 6%) |
| LAB | lab(89.9 -23.3 -0.4) |
| LCH | lch(89.9 23.3 180.9) |
| OKLCH | oklch(0.904 0.069 181.1) |
Copy-ready code
/* CSS */
color: #adefe2;
background-color: #adefe2;
/* Tailwind (arbitrary) */
class="text-[#adefe2] bg-[#adefe2]"
/* SCSS */
$brand: #adefe2;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.886)
/* Android */
Color.parseColor("#adefe2")Accessibility — WCAG contrast
Aa
#adefe2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefe2 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue88.6%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow5.4%
Key (black)6.3%
Color previews
#adefe2 text on a black background
contrast 16.22:1
Card sample
#adefe2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefe2;
Background color
Panel with #adefe2 background
background-color: #adefe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefe2; background: linear-gradient(135deg, #adefe2, #ADD0EF);