#9afdac
a light, electric green · cool · closest name: aquamarine
RGB
154, 253, 172
HSL
131°, 96%, 80%
CMYK
39, 0, 32, 1
Luminance
0.8010
Every format
| HEX | #9afdac |
| RGB | rgb(154, 253, 172) |
| HSL | hsl(131, 96%, 80%) |
| CMYK | cmyk(39%, 0%, 32%, 1%) |
| LAB | lab(91.7 -45.4 29.9) |
| LCH | lch(91.7 54.4 146.7) |
| OKLCH | oklch(0.913 0.145 148.8) |
Copy-ready code
/* CSS */
color: #9afdac;
background-color: #9afdac;
/* Tailwind (arbitrary) */
class="text-[#9afdac] bg-[#9afdac]"
/* SCSS */
$brand: #9afdac;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#9afdac")Accessibility — WCAG contrast
Aa
#9afdac on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afdac on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue67.5%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#9afdac text on a black background
contrast 17.02:1
Card sample
#9afdac text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afdac;
Background color
Panel with #9afdac background
background-color: #9afdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afdac; background: linear-gradient(135deg, #9afdac, #9AFDEE);