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