#9fcbe8
a light, vivid blue · cool · closest name: skyblue
RGB
159, 203, 232
HSL
204°, 61%, 77%
CMYK
32, 13, 0, 9
Luminance
0.5591
Every format
| HEX | #9fcbe8 |
| RGB | rgb(159, 203, 232) |
| HSL | hsl(204, 61%, 77%) |
| CMYK | cmyk(32%, 13%, 0%, 9%) |
| LAB | lab(79.6 -7.7 -19.0) |
| LCH | lch(79.6 20.5 248.0) |
| OKLCH | oklch(0.821 0.062 237.4) |
Copy-ready code
/* CSS */
color: #9fcbe8;
background-color: #9fcbe8;
/* Tailwind (arbitrary) */
class="text-[#9fcbe8] bg-[#9fcbe8]"
/* SCSS */
$brand: #9fcbe8;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.910)
/* Android */
Color.parseColor("#9fcbe8")Accessibility — WCAG contrast
Aa
#9fcbe8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcbe8 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue91.0%
CMYK percentages
Cyan31.5%
Magenta12.5%
Yellow0.0%
Key (black)9.0%
Color previews
#9fcbe8 text on a black background
contrast 12.18:1
Card sample
#9fcbe8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcbe8;
Background color
Panel with #9fcbe8 background
background-color: #9fcbe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcbe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcbe8; background: linear-gradient(135deg, #9fcbe8, #A49FE8);