#9fbcff
a light, electric blue · cool · closest name: skyblue
RGB
159, 188, 255
HSL
222°, 100%, 81%
CMYK
38, 26, 0, 0
Luminance
0.5056
Every format
| HEX | #9fbcff |
| RGB | rgb(159, 188, 255) |
| HSL | hsl(222, 100%, 81%) |
| CMYK | cmyk(38%, 26%, 0%, 0%) |
| LAB | lab(76.4 6.2 -36.2) |
| LCH | lch(76.4 36.7 279.7) |
| OKLCH | oklch(0.799 0.101 266.1) |
Copy-ready code
/* CSS */
color: #9fbcff;
background-color: #9fbcff;
/* Tailwind (arbitrary) */
class="text-[#9fbcff] bg-[#9fbcff]"
/* SCSS */
$brand: #9fbcff;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#9fbcff")Accessibility — WCAG contrast
Aa
#9fbcff on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbcff on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue100.0%
CMYK percentages
Cyan37.6%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9fbcff text on a black background
contrast 11.11:1
Card sample
#9fbcff text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbcff;
Background color
Panel with #9fbcff background
background-color: #9fbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbcff; background: linear-gradient(135deg, #9fbcff, #C29FFF);