#9fd2bc
a light, soft green · cool · closest name: silver
RGB
159, 210, 188
HSL
154°, 36%, 72%
CMYK
24, 0, 11, 18
Luminance
0.5709
Every format
| HEX | #9fd2bc |
| RGB | rgb(159, 210, 188) |
| HSL | hsl(154, 36%, 72%) |
| CMYK | cmyk(24%, 0%, 11%, 18%) |
| LAB | lab(80.2 -21.0 5.5) |
| LCH | lch(80.2 21.8 165.2) |
| OKLCH | oklch(0.822 0.061 166.5) |
Copy-ready code
/* CSS */
color: #9fd2bc;
background-color: #9fd2bc;
/* Tailwind (arbitrary) */
class="text-[#9fd2bc] bg-[#9fd2bc]"
/* SCSS */
$brand: #9fd2bc;
/* SwiftUI */
Color(red: 0.624, green: 0.824, blue: 0.737)
/* Android */
Color.parseColor("#9fd2bc")Accessibility — WCAG contrast
Aa
#9fd2bc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd2bc on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green82.4%
Blue73.7%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow10.5%
Key (black)17.6%
Color previews
#9fd2bc text on a black background
contrast 12.42:1
Card sample
#9fd2bc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd2bc;
Background color
Panel with #9fd2bc background
background-color: #9fd2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 210, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 210, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd2bc; background: linear-gradient(135deg, #9fd2bc, #9FC6D2);