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