#aadebe
a light, soft green · cool · closest name: beige
RGB
170, 222, 190
HSL
143°, 44%, 77%
CMYK
23, 0, 14, 13
Luminance
0.6451
Every format
| HEX | #aadebe |
| RGB | rgb(170, 222, 190) |
| HSL | hsl(143, 44%, 77%) |
| CMYK | cmyk(23%, 0%, 14%, 13%) |
| LAB | lab(84.2 -23.1 10.3) |
| LCH | lch(84.2 25.3 156.0) |
| OKLCH | oklch(0.856 0.070 157.6) |
Copy-ready code
/* CSS */
color: #aadebe;
background-color: #aadebe;
/* Tailwind (arbitrary) */
class="text-[#aadebe] bg-[#aadebe]"
/* SCSS */
$brand: #aadebe;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.745)
/* Android */
Color.parseColor("#aadebe")Accessibility — WCAG contrast
Aa
#aadebe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aadebe on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue74.5%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow14.4%
Key (black)12.9%
Color previews
#aadebe text on a black background
contrast 13.90:1
Card sample
#aadebe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aadebe;
Background color
Panel with #aadebe background
background-color: #aadebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aadebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aadebe; background: linear-gradient(135deg, #aadebe, #AADBDE);