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