#9fbceb
a light, vivid blue · cool · closest name: skyblue
RGB
159, 188, 235
HSL
217°, 66%, 77%
CMYK
32, 20, 0, 8
Luminance
0.4934
Every format
| HEX | #9fbceb |
| RGB | rgb(159, 188, 235) |
| HSL | hsl(217, 66%, 77%) |
| CMYK | cmyk(32%, 20%, 0%, 8%) |
| LAB | lab(75.7 1.1 -26.6) |
| LCH | lch(75.7 26.6 272.3) |
| OKLCH | oklch(0.790 0.074 260.0) |
Copy-ready code
/* CSS */
color: #9fbceb;
background-color: #9fbceb;
/* Tailwind (arbitrary) */
class="text-[#9fbceb] bg-[#9fbceb]"
/* SCSS */
$brand: #9fbceb;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#9fbceb")Accessibility — WCAG contrast
Aa
#9fbceb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbceb on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue92.2%
CMYK percentages
Cyan32.3%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9fbceb text on a black background
contrast 10.87:1
Card sample
#9fbceb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbceb;
Background color
Panel with #9fbceb background
background-color: #9fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbceb; background: linear-gradient(135deg, #9fbceb, #B59FEB);