#9afbcf
a light, electric green · cool · closest name: aquamarine
RGB
154, 251, 207
HSL
153°, 92%, 79%
CMYK
39, 0, 18, 2
Luminance
0.8037
Every format
| HEX | #9afbcf |
| RGB | rgb(154, 251, 207) |
| HSL | hsl(153, 92%, 79%) |
| CMYK | cmyk(39%, 0%, 18%, 2%) |
| LAB | lab(91.8 -38.1 12.2) |
| LCH | lch(91.8 40.0 162.3) |
| OKLCH | oklch(0.916 0.111 163.6) |
Copy-ready code
/* CSS */
color: #9afbcf;
background-color: #9afbcf;
/* Tailwind (arbitrary) */
class="text-[#9afbcf] bg-[#9afbcf]"
/* SCSS */
$brand: #9afbcf;
/* SwiftUI */
Color(red: 0.604, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#9afbcf")Accessibility — WCAG contrast
Aa
#9afbcf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afbcf on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.4%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#9afbcf text on a black background
contrast 17.07:1
Card sample
#9afbcf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afbcf;
Background color
Panel with #9afbcf background
background-color: #9afbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afbcf; background: linear-gradient(135deg, #9afbcf, #9AE6FB);