#9fc2bc
a light, soft cyan · cool · closest name: silver
RGB
159, 194, 188
HSL
170°, 22%, 69%
CMYK
18, 0, 3, 24
Luminance
0.4959
Every format
| HEX | #9fc2bc |
| RGB | rgb(159, 194, 188) |
| HSL | hsl(170, 22%, 69%) |
| CMYK | cmyk(18%, 0%, 3%, 24%) |
| LAB | lab(75.8 -12.9 -0.9) |
| LCH | lch(75.8 12.9 183.9) |
| OKLCH | oklch(0.787 0.038 183.8) |
Copy-ready code
/* CSS */
color: #9fc2bc;
background-color: #9fc2bc;
/* Tailwind (arbitrary) */
class="text-[#9fc2bc] bg-[#9fc2bc]"
/* SCSS */
$brand: #9fc2bc;
/* SwiftUI */
Color(red: 0.624, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#9fc2bc")Accessibility — WCAG contrast
Aa
#9fc2bc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc2bc on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.1%
Blue73.7%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow3.1%
Key (black)23.9%
Color previews
#9fc2bc text on a black background
contrast 10.92:1
Card sample
#9fc2bc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc2bc;
Background color
Panel with #9fc2bc background
background-color: #9fc2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 194, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 194, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc2bc; background: linear-gradient(135deg, #9fc2bc, #9FB1C2);