#9af1cd
a light, electric green · cool · closest name: aquamarine
RGB
154, 241, 205
HSL
155°, 76%, 78%
CMYK
36, 0, 15, 6
Luminance
0.7419
Every format
| HEX | #9af1cd |
| RGB | rgb(154, 241, 205) |
| HSL | hsl(155, 76%, 78%) |
| CMYK | cmyk(36%, 0%, 15%, 6%) |
| LAB | lab(89.0 -34.0 9.2) |
| LCH | lch(89.0 35.2 164.9) |
| OKLCH | oklch(0.893 0.099 166.2) |
Copy-ready code
/* CSS */
color: #9af1cd;
background-color: #9af1cd;
/* Tailwind (arbitrary) */
class="text-[#9af1cd] bg-[#9af1cd]"
/* SCSS */
$brand: #9af1cd;
/* SwiftUI */
Color(red: 0.604, green: 0.945, blue: 0.804)
/* Android */
Color.parseColor("#9af1cd")Accessibility — WCAG contrast
Aa
#9af1cd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af1cd on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.5%
Blue80.4%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow14.9%
Key (black)5.5%
Color previews
#9af1cd text on a black background
contrast 15.84:1
Card sample
#9af1cd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af1cd;
Background color
Panel with #9af1cd background
background-color: #9af1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 241, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 241, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af1cd; background: linear-gradient(135deg, #9af1cd, #9ADBF1);