#adeffe
a light, electric cyan · cool · closest name: skyblue
RGB
173, 239, 254
HSL
191°, 98%, 84%
CMYK
32, 6, 0, 0
Luminance
0.7777
Every format
| HEX | #adeffe |
| RGB | rgb(173, 239, 254) |
| HSL | hsl(191, 98%, 84%) |
| CMYK | cmyk(32%, 6%, 0%, 0%) |
| LAB | lab(90.7 -17.1 -13.8) |
| LCH | lch(90.7 22.0 219.0) |
| OKLCH | oklch(0.913 0.069 213.3) |
Copy-ready code
/* CSS */
color: #adeffe;
background-color: #adeffe;
/* Tailwind (arbitrary) */
class="text-[#adeffe] bg-[#adeffe]"
/* SCSS */
$brand: #adeffe;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.996)
/* Android */
Color.parseColor("#adeffe")Accessibility — WCAG contrast
Aa
#adeffe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeffe on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta5.9%
Yellow0.0%
Key (black)0.4%
Color previews
#adeffe text on a black background
contrast 16.55:1
Card sample
#adeffe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeffe;
Background color
Panel with #adeffe background
background-color: #adeffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeffe; background: linear-gradient(135deg, #adeffe, #ADB9FE);