#9acfba
a light, soft green · cool · closest name: silver
RGB
154, 207, 186
HSL
156°, 36%, 71%
CMYK
26, 0, 10, 19
Luminance
0.5504
Every format
| HEX | #9acfba |
| RGB | rgb(154, 207, 186) |
| HSL | hsl(156, 36%, 71%) |
| CMYK | cmyk(26%, 0%, 10%, 19%) |
| LAB | lab(79.1 -21.5 4.9) |
| LCH | lch(79.1 22.1 167.2) |
| OKLCH | oklch(0.812 0.063 168.4) |
Copy-ready code
/* CSS */
color: #9acfba;
background-color: #9acfba;
/* Tailwind (arbitrary) */
class="text-[#9acfba] bg-[#9acfba]"
/* SCSS */
$brand: #9acfba;
/* SwiftUI */
Color(red: 0.604, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#9acfba")Accessibility — WCAG contrast
Aa
#9acfba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acfba on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#9acfba text on a black background
contrast 12.01:1
Card sample
#9acfba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acfba;
Background color
Panel with #9acfba background
background-color: #9acfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acfba; background: linear-gradient(135deg, #9acfba, #9AC1CF);