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