#9af9cd
a light, electric green · cool · closest name: aquamarine
RGB
154, 249, 205
HSL
152°, 89%, 79%
CMYK
38, 0, 18, 2
Luminance
0.7903
Every format
| HEX | #9af9cd |
| RGB | rgb(154, 249, 205) |
| HSL | hsl(152, 89%, 79%) |
| CMYK | cmyk(38%, 0%, 18%, 2%) |
| LAB | lab(91.3 -37.6 12.3) |
| LCH | lch(91.3 39.6 161.8) |
| OKLCH | oklch(0.911 0.110 163.2) |
Copy-ready code
/* CSS */
color: #9af9cd;
background-color: #9af9cd;
/* Tailwind (arbitrary) */
class="text-[#9af9cd] bg-[#9af9cd]"
/* SCSS */
$brand: #9af9cd;
/* SwiftUI */
Color(red: 0.604, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#9af9cd")Accessibility — WCAG contrast
Aa
#9af9cd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af9cd on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green97.6%
Blue80.4%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#9af9cd text on a black background
contrast 16.81:1
Card sample
#9af9cd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af9cd;
Background color
Panel with #9af9cd background
background-color: #9af9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af9cd; background: linear-gradient(135deg, #9af9cd, #9AE6F9);