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