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