#adebee
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 235, 238
HSL
183°, 66%, 81%
CMYK
27, 1, 0, 7
Luminance
0.7447
Every format
| HEX | #adebee |
| RGB | rgb(173, 235, 238) |
| HSL | hsl(183, 66%, 81%) |
| CMYK | cmyk(27%, 1%, 0%, 7%) |
| LAB | lab(89.1 -18.7 -7.8) |
| LCH | lch(89.1 20.3 202.5) |
| OKLCH | oklch(0.899 0.063 199.9) |
Copy-ready code
/* CSS */
color: #adebee;
background-color: #adebee;
/* Tailwind (arbitrary) */
class="text-[#adebee] bg-[#adebee]"
/* SCSS */
$brand: #adebee;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#adebee")Accessibility — WCAG contrast
Aa
#adebee on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebee on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan27.3%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#adebee text on a black background
contrast 15.89:1
Card sample
#adebee text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebee;
Background color
Panel with #adebee background
background-color: #adebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebee; background: linear-gradient(135deg, #adebee, #ADC0EE);