#9fdbcf
a light, vivid cyan · cool · closest name: silver
RGB
159, 219, 207
HSL
168°, 46%, 74%
CMYK
27, 0, 6, 14
Luminance
0.6254
Every format
| HEX | #9fdbcf |
| RGB | rgb(159, 219, 207) |
| HSL | hsl(168, 46%, 74%) |
| CMYK | cmyk(27%, 0%, 6%, 14%) |
| LAB | lab(83.2 -21.6 -0.3) |
| LCH | lch(83.2 21.6 180.7) |
| OKLCH | oklch(0.847 0.064 180.9) |
Copy-ready code
/* CSS */
color: #9fdbcf;
background-color: #9fdbcf;
/* Tailwind (arbitrary) */
class="text-[#9fdbcf] bg-[#9fdbcf]"
/* SCSS */
$brand: #9fdbcf;
/* SwiftUI */
Color(red: 0.624, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#9fdbcf")Accessibility — WCAG contrast
Aa
#9fdbcf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdbcf on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.9%
Blue81.2%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#9fdbcf text on a black background
contrast 13.51:1
Card sample
#9fdbcf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdbcf;
Background color
Panel with #9fdbcf background
background-color: #9fdbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdbcf; background: linear-gradient(135deg, #9fdbcf, #9FBFDB);