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