#9adeba
a light, vivid green · cool · closest name: aquamarine
RGB
154, 222, 186
HSL
148°, 51%, 74%
CMYK
31, 0, 16, 13
Luminance
0.6266
Every format
| HEX | #9adeba |
| RGB | rgb(154, 222, 186) |
| HSL | hsl(148, 51%, 74%) |
| CMYK | cmyk(31%, 0%, 16%, 13%) |
| LAB | lab(83.3 -28.8 10.9) |
| LCH | lch(83.3 30.8 159.3) |
| OKLCH | oklch(0.845 0.085 160.7) |
Copy-ready code
/* CSS */
color: #9adeba;
background-color: #9adeba;
/* Tailwind (arbitrary) */
class="text-[#9adeba] bg-[#9adeba]"
/* SCSS */
$brand: #9adeba;
/* SwiftUI */
Color(red: 0.604, green: 0.871, blue: 0.729)
/* Android */
Color.parseColor("#9adeba")Accessibility — WCAG contrast
Aa
#9adeba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adeba on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.1%
Blue72.9%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow16.2%
Key (black)12.9%
Color previews
#9adeba text on a black background
contrast 13.53:1
Card sample
#9adeba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adeba;
Background color
Panel with #9adeba background
background-color: #9adeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 222, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 222, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adeba; background: linear-gradient(135deg, #9adeba, #9AD5DE);