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