#9afdcd
a light, electric green · cool · closest name: aquamarine
RGB
154, 253, 205
HSL
151°, 96%, 80%
CMYK
39, 0, 19, 1
Luminance
0.8153
Every format
| HEX | #9afdcd |
| RGB | rgb(154, 253, 205) |
| HSL | hsl(151, 96%, 80%) |
| CMYK | cmyk(39%, 0%, 19%, 1%) |
| LAB | lab(92.4 -39.5 13.9) |
| LCH | lch(92.4 41.8 160.5) |
| OKLCH | oklch(0.920 0.116 161.9) |
Copy-ready code
/* CSS */
color: #9afdcd;
background-color: #9afdcd;
/* Tailwind (arbitrary) */
class="text-[#9afdcd] bg-[#9afdcd]"
/* SCSS */
$brand: #9afdcd;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#9afdcd")Accessibility — WCAG contrast
Aa
#9afdcd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afdcd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue80.4%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#9afdcd text on a black background
contrast 17.31:1
Card sample
#9afdcd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afdcd;
Background color
Panel with #9afdcd background
background-color: #9afdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afdcd; background: linear-gradient(135deg, #9afdcd, #9AEBFD);