#9bdcff
a light, electric blue · cool · closest name: skyblue
RGB
155, 220, 255
HSL
201°, 100%, 80%
CMYK
39, 14, 0, 0
Luminance
0.6537
Every format
| HEX | #9bdcff |
| RGB | rgb(155, 220, 255) |
| HSL | hsl(201, 100%, 80%) |
| CMYK | cmyk(39%, 14%, 0%, 0%) |
| LAB | lab(84.7 -11.9 -23.5) |
| LCH | lch(84.7 26.4 243.1) |
| OKLCH | oklch(0.863 0.082 232.5) |
Copy-ready code
/* CSS */
color: #9bdcff;
background-color: #9bdcff;
/* Tailwind (arbitrary) */
class="text-[#9bdcff] bg-[#9bdcff]"
/* SCSS */
$brand: #9bdcff;
/* SwiftUI */
Color(red: 0.608, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#9bdcff")Accessibility — WCAG contrast
Aa
#9bdcff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdcff on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green86.3%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#9bdcff text on a black background
contrast 14.07:1
Card sample
#9bdcff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdcff;
Background color
Panel with #9bdcff background
background-color: #9bdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdcff; background: linear-gradient(135deg, #9bdcff, #9D9BFF);