#adebe8
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 235, 232
HSL
177°, 61%, 80%
CMYK
26, 0, 1, 8
Luminance
0.7413
Every format
| HEX | #adebe8 |
| RGB | rgb(173, 235, 232) |
| HSL | hsl(177, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 1%, 8%) |
| LAB | lab(89.0 -20.0 -4.9) |
| LCH | lch(89.0 20.6 193.7) |
| OKLCH | oklch(0.897 0.063 192.3) |
Copy-ready code
/* CSS */
color: #adebe8;
background-color: #adebe8;
/* Tailwind (arbitrary) */
class="text-[#adebe8] bg-[#adebe8]"
/* SCSS */
$brand: #adebe8;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.910)
/* Android */
Color.parseColor("#adebe8")Accessibility — WCAG contrast
Aa
#adebe8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebe8 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue91.0%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow1.3%
Key (black)7.8%
Color previews
#adebe8 text on a black background
contrast 15.83:1
Card sample
#adebe8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebe8;
Background color
Panel with #adebe8 background
background-color: #adebe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebe8; background: linear-gradient(135deg, #adebe8, #ADC5EB);