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