#9fcbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 203, 223
HSL
199°, 50%, 75%
CMYK
29, 9, 0, 13
Luminance
0.5541
Every format
| HEX | #9fcbdf |
| RGB | rgb(159, 203, 223) |
| HSL | hsl(199, 50%, 75%) |
| CMYK | cmyk(29%, 9%, 0%, 13%) |
| LAB | lab(79.3 -9.8 -14.6) |
| LCH | lch(79.3 17.6 236.1) |
| OKLCH | oklch(0.818 0.054 227.4) |
Copy-ready code
/* CSS */
color: #9fcbdf;
background-color: #9fcbdf;
/* Tailwind (arbitrary) */
class="text-[#9fcbdf] bg-[#9fcbdf]"
/* SCSS */
$brand: #9fcbdf;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#9fcbdf")Accessibility — WCAG contrast
Aa
#9fcbdf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcbdf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9fcbdf text on a black background
contrast 12.08:1
Card sample
#9fcbdf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcbdf;
Background color
Panel with #9fcbdf background
background-color: #9fcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcbdf; background: linear-gradient(135deg, #9fcbdf, #9FA0DF);