#adeff3
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 239, 243
HSL
183°, 75%, 82%
CMYK
29, 2, 0, 5
Luminance
0.7709
Every format
| HEX | #adeff3 |
| RGB | rgb(173, 239, 243) |
| HSL | hsl(183, 75%, 82%) |
| CMYK | cmyk(29%, 2%, 0%, 5%) |
| LAB | lab(90.4 -19.6 -8.6) |
| LCH | lch(90.4 21.4 203.7) |
| OKLCH | oklch(0.909 0.066 200.8) |
Copy-ready code
/* CSS */
color: #adeff3;
background-color: #adeff3;
/* Tailwind (arbitrary) */
class="text-[#adeff3] bg-[#adeff3]"
/* SCSS */
$brand: #adeff3;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.953)
/* Android */
Color.parseColor("#adeff3")Accessibility — WCAG contrast
Aa
#adeff3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeff3 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue95.3%
CMYK percentages
Cyan28.8%
Magenta1.6%
Yellow0.0%
Key (black)4.7%
Color previews
#adeff3 text on a black background
contrast 16.42:1
Card sample
#adeff3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeff3;
Background color
Panel with #adeff3 background
background-color: #adeff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeff3; background: linear-gradient(135deg, #adeff3, #ADC0F3);