#9fcccf
a light, soft cyan · cool · closest name: skyblue
RGB
159, 204, 207
HSL
184°, 33%, 72%
CMYK
23, 1, 0, 19
Luminance
0.5506
Every format
| HEX | #9fcccf |
| RGB | rgb(159, 204, 207) |
| HSL | hsl(184, 33%, 72%) |
| CMYK | cmyk(23%, 1%, 0%, 19%) |
| LAB | lab(79.1 -14.0 -6.3) |
| LCH | lch(79.1 15.4 204.3) |
| OKLCH | oklch(0.814 0.047 201.3) |
Copy-ready code
/* CSS */
color: #9fcccf;
background-color: #9fcccf;
/* Tailwind (arbitrary) */
class="text-[#9fcccf] bg-[#9fcccf]"
/* SCSS */
$brand: #9fcccf;
/* SwiftUI */
Color(red: 0.624, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#9fcccf")Accessibility — WCAG contrast
Aa
#9fcccf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcccf on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan23.2%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9fcccf text on a black background
contrast 12.01:1
Card sample
#9fcccf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcccf;
Background color
Panel with #9fcccf background
background-color: #9fcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcccf; background: linear-gradient(135deg, #9fcccf, #9FACCF);