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