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