#9fcda2
a light, soft green · cool · closest name: beige
RGB
159, 205, 162
HSL
124°, 32%, 71%
CMYK
22, 0, 21, 20
Luminance
0.5364
Every format
| HEX | #9fcda2 |
| RGB | rgb(159, 205, 162) |
| HSL | hsl(124, 32%, 71%) |
| CMYK | cmyk(22%, 0%, 21%, 20%) |
| LAB | lab(78.3 -23.5 16.6) |
| LCH | lch(78.3 28.7 144.7) |
| OKLCH | oklch(0.804 0.077 146.5) |
Copy-ready code
/* CSS */
color: #9fcda2;
background-color: #9fcda2;
/* Tailwind (arbitrary) */
class="text-[#9fcda2] bg-[#9fcda2]"
/* SCSS */
$brand: #9fcda2;
/* SwiftUI */
Color(red: 0.624, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#9fcda2")Accessibility — WCAG contrast
Aa
#9fcda2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcda2 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.4%
Blue63.5%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#9fcda2 text on a black background
contrast 11.73:1
Card sample
#9fcda2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcda2;
Background color
Panel with #9fcda2 background
background-color: #9fcda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcda2; background: linear-gradient(135deg, #9fcda2, #9FCDC1);