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