#adebe0
a light, vivid cyan · cool · closest name: beige
RGB
173, 235, 224
HSL
169°, 61%, 80%
CMYK
26, 0, 5, 8
Luminance
0.7368
Every format
| HEX | #adebe0 |
| RGB | rgb(173, 235, 224) |
| HSL | hsl(169, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 5%, 8%) |
| LAB | lab(88.8 -21.8 -1.0) |
| LCH | lch(88.8 21.8 182.6) |
| OKLCH | oklch(0.895 0.064 182.7) |
Copy-ready code
/* CSS */
color: #adebe0;
background-color: #adebe0;
/* Tailwind (arbitrary) */
class="text-[#adebe0] bg-[#adebe0]"
/* SCSS */
$brand: #adebe0;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#adebe0")Accessibility — WCAG contrast
Aa
#adebe0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebe0 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue87.8%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow4.7%
Key (black)7.8%
Color previews
#adebe0 text on a black background
contrast 15.74:1
Card sample
#adebe0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebe0;
Background color
Panel with #adebe0 background
background-color: #adebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebe0; background: linear-gradient(135deg, #adebe0, #ADCDEB);