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