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