#9fd0c2
a light, soft cyan · cool · closest name: silver
RGB
159, 208, 194
HSL
163°, 34%, 72%
CMYK
24, 0, 7, 18
Luminance
0.5638
Every format
| HEX | #9fd0c2 |
| RGB | rgb(159, 208, 194) |
| HSL | hsl(163, 34%, 72%) |
| CMYK | cmyk(24%, 0%, 7%, 18%) |
| LAB | lab(79.8 -18.8 1.8) |
| LCH | lch(79.8 18.9 174.7) |
| OKLCH | oklch(0.819 0.055 175.4) |
Copy-ready code
/* CSS */
color: #9fd0c2;
background-color: #9fd0c2;
/* Tailwind (arbitrary) */
class="text-[#9fd0c2] bg-[#9fd0c2]"
/* SCSS */
$brand: #9fd0c2;
/* SwiftUI */
Color(red: 0.624, green: 0.816, blue: 0.761)
/* Android */
Color.parseColor("#9fd0c2")Accessibility — WCAG contrast
Aa
#9fd0c2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd0c2 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green81.6%
Blue76.1%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow6.7%
Key (black)18.4%
Color previews
#9fd0c2 text on a black background
contrast 12.28:1
Card sample
#9fd0c2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd0c2;
Background color
Panel with #9fd0c2 background
background-color: #9fd0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 208, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 208, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd0c2; background: linear-gradient(135deg, #9fd0c2, #9FBDD0);