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