#9adeac
a light, vivid green · cool · closest name: aquamarine
RGB
154, 222, 172
HSL
136°, 51%, 74%
CMYK
31, 0, 23, 13
Luminance
0.6209
Every format
| HEX | #9adeac |
| RGB | rgb(154, 222, 172) |
| HSL | hsl(136, 51%, 74%) |
| CMYK | cmyk(31%, 0%, 23%, 13%) |
| LAB | lab(83.0 -31.5 17.8) |
| LCH | lch(83.0 36.2 150.5) |
| OKLCH | oklch(0.842 0.098 152.2) |
Copy-ready code
/* CSS */
color: #9adeac;
background-color: #9adeac;
/* Tailwind (arbitrary) */
class="text-[#9adeac] bg-[#9adeac]"
/* SCSS */
$brand: #9adeac;
/* SwiftUI */
Color(red: 0.604, green: 0.871, blue: 0.675)
/* Android */
Color.parseColor("#9adeac")Accessibility — WCAG contrast
Aa
#9adeac on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adeac on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.1%
Blue67.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow22.5%
Key (black)12.9%
Color previews
#9adeac text on a black background
contrast 13.42:1
Card sample
#9adeac text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adeac;
Background color
Panel with #9adeac background
background-color: #9adeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 222, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 222, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adeac; background: linear-gradient(135deg, #9adeac, #9ADED9);