#9fcdf0
a light, vivid blue · cool · closest name: skyblue
RGB
159, 205, 240
HSL
206°, 73%, 78%
CMYK
34, 15, 0, 6
Luminance
0.5732
Every format
| HEX | #9fcdf0 |
| RGB | rgb(159, 205, 240) |
| HSL | hsl(206, 73%, 78%) |
| CMYK | cmyk(34%, 15%, 0%, 6%) |
| LAB | lab(80.4 -6.8 -22.1) |
| LCH | lch(80.4 23.1 252.9) |
| OKLCH | oklch(0.828 0.069 241.4) |
Copy-ready code
/* CSS */
color: #9fcdf0;
background-color: #9fcdf0;
/* Tailwind (arbitrary) */
class="text-[#9fcdf0] bg-[#9fcdf0]"
/* SCSS */
$brand: #9fcdf0;
/* SwiftUI */
Color(red: 0.624, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#9fcdf0")Accessibility — WCAG contrast
Aa
#9fcdf0 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcdf0 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.4%
Blue94.1%
CMYK percentages
Cyan33.8%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#9fcdf0 text on a black background
contrast 12.46:1
Card sample
#9fcdf0 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcdf0;
Background color
Panel with #9fcdf0 background
background-color: #9fcdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcdf0; background: linear-gradient(135deg, #9fcdf0, #A79FF0);