#9fcba2
a light, soft green · cool · closest name: beige
RGB
159, 203, 162
HSL
124°, 30%, 71%
CMYK
22, 0, 20, 20
Luminance
0.5269
Every format
| HEX | #9fcba2 |
| RGB | rgb(159, 203, 162) |
| HSL | hsl(124, 30%, 71%) |
| CMYK | cmyk(22%, 0%, 20%, 20%) |
| LAB | lab(77.7 -22.5 15.8) |
| LCH | lch(77.7 27.5 144.9) |
| OKLCH | oklch(0.800 0.074 146.6) |
Copy-ready code
/* CSS */
color: #9fcba2;
background-color: #9fcba2;
/* Tailwind (arbitrary) */
class="text-[#9fcba2] bg-[#9fcba2]"
/* SCSS */
$brand: #9fcba2;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.635)
/* Android */
Color.parseColor("#9fcba2")Accessibility — WCAG contrast
Aa
#9fcba2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcba2 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue63.5%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow20.2%
Key (black)20.4%
Color previews
#9fcba2 text on a black background
contrast 11.54:1
Card sample
#9fcba2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcba2;
Background color
Panel with #9fcba2 background
background-color: #9fcba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcba2; background: linear-gradient(135deg, #9fcba2, #9FCBBF);