#adeff4
a light, electric cyan · cool · closest name: skyblue
RGB
173, 239, 244
HSL
184°, 76%, 82%
CMYK
29, 2, 0, 4
Luminance
0.7715
Every format
| HEX | #adeff4 |
| RGB | rgb(173, 239, 244) |
| HSL | hsl(184, 76%, 82%) |
| CMYK | cmyk(29%, 2%, 0%, 4%) |
| LAB | lab(90.4 -19.4 -9.1) |
| LCH | lch(90.4 21.4 205.1) |
| OKLCH | oklch(0.910 0.066 202.0) |
Copy-ready code
/* CSS */
color: #adeff4;
background-color: #adeff4;
/* Tailwind (arbitrary) */
class="text-[#adeff4] bg-[#adeff4]"
/* SCSS */
$brand: #adeff4;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.957)
/* Android */
Color.parseColor("#adeff4")Accessibility — WCAG contrast
Aa
#adeff4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeff4 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue95.7%
CMYK percentages
Cyan29.1%
Magenta2.0%
Yellow0.0%
Key (black)4.3%
Color previews
#adeff4 text on a black background
contrast 16.43:1
Card sample
#adeff4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeff4;
Background color
Panel with #adeff4 background
background-color: #adeff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeff4; background: linear-gradient(135deg, #adeff4, #ADC0F4);