#adeff9
a light, electric cyan · cool · closest name: skyblue
RGB
173, 239, 249
HSL
188°, 86%, 83%
CMYK
31, 4, 0, 2
Luminance
0.7746
Every format
| HEX | #adeff9 |
| RGB | rgb(173, 239, 249) |
| HSL | hsl(188, 86%, 83%) |
| CMYK | cmyk(31%, 4%, 0%, 2%) |
| LAB | lab(90.5 -18.2 -11.5) |
| LCH | lch(90.5 21.5 212.2) |
| OKLCH | oklch(0.911 0.067 207.8) |
Copy-ready code
/* CSS */
color: #adeff9;
background-color: #adeff9;
/* Tailwind (arbitrary) */
class="text-[#adeff9] bg-[#adeff9]"
/* SCSS */
$brand: #adeff9;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.976)
/* Android */
Color.parseColor("#adeff9")Accessibility — WCAG contrast
Aa
#adeff9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeff9 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue97.6%
CMYK percentages
Cyan30.5%
Magenta4.0%
Yellow0.0%
Key (black)2.4%
Color previews
#adeff9 text on a black background
contrast 16.49:1
Card sample
#adeff9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeff9;
Background color
Panel with #adeff9 background
background-color: #adeff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeff9; background: linear-gradient(135deg, #adeff9, #ADBCF9);