#9fccc3
a light, soft cyan · cool · closest name: silver
RGB
159, 204, 195
HSL
168°, 31%, 71%
CMYK
22, 0, 4, 20
Luminance
0.5450
Every format
| HEX | #9fccc3 |
| RGB | rgb(159, 204, 195) |
| HSL | hsl(168, 31%, 71%) |
| CMYK | cmyk(22%, 0%, 4%, 20%) |
| LAB | lab(78.8 -16.6 -0.4) |
| LCH | lch(78.8 16.6 181.2) |
| OKLCH | oklch(0.811 0.049 181.4) |
Copy-ready code
/* CSS */
color: #9fccc3;
background-color: #9fccc3;
/* Tailwind (arbitrary) */
class="text-[#9fccc3] bg-[#9fccc3]"
/* SCSS */
$brand: #9fccc3;
/* SwiftUI */
Color(red: 0.624, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#9fccc3")Accessibility — WCAG contrast
Aa
#9fccc3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fccc3 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.0%
Blue76.5%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow4.4%
Key (black)20.0%
Color previews
#9fccc3 text on a black background
contrast 11.90:1
Card sample
#9fccc3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fccc3;
Background color
Panel with #9fccc3 background
background-color: #9fccc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fccc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 204, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 204, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fccc3; background: linear-gradient(135deg, #9fccc3, #9FB7CC);