#adeff0
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 239, 240
HSL
181°, 69%, 81%
CMYK
28, 0, 0, 6
Luminance
0.7691
Every format
| HEX | #adeff0 |
| RGB | rgb(173, 239, 240) |
| HSL | hsl(181, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 0%, 6%) |
| LAB | lab(90.3 -20.3 -7.1) |
| LCH | lch(90.3 21.5 199.4) |
| OKLCH | oklch(0.908 0.066 197.2) |
Copy-ready code
/* CSS */
color: #adeff0;
background-color: #adeff0;
/* Tailwind (arbitrary) */
class="text-[#adeff0] bg-[#adeff0]"
/* SCSS */
$brand: #adeff0;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.941)
/* Android */
Color.parseColor("#adeff0")Accessibility — WCAG contrast
Aa
#adeff0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeff0 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue94.1%
CMYK percentages
Cyan27.9%
Magenta0.4%
Yellow0.0%
Key (black)5.9%
Color previews
#adeff0 text on a black background
contrast 16.38:1
Card sample
#adeff0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeff0;
Background color
Panel with #adeff0 background
background-color: #adeff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeff0; background: linear-gradient(135deg, #adeff0, #ADC2F0);