#9bdaff
a light, electric blue · cool · closest name: skyblue
RGB
155, 218, 255
HSL
202°, 100%, 80%
CMYK
39, 15, 0, 0
Luminance
0.6433
Every format
| HEX | #9bdaff |
| RGB | rgb(155, 218, 255) |
| HSL | hsl(202, 100%, 80%) |
| CMYK | cmyk(39%, 15%, 0%, 0%) |
| LAB | lab(84.1 -10.9 -24.3) |
| LCH | lch(84.1 26.6 245.9) |
| OKLCH | oklch(0.859 0.082 234.8) |
Copy-ready code
/* CSS */
color: #9bdaff;
background-color: #9bdaff;
/* Tailwind (arbitrary) */
class="text-[#9bdaff] bg-[#9bdaff]"
/* SCSS */
$brand: #9bdaff;
/* SwiftUI */
Color(red: 0.608, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#9bdaff")Accessibility — WCAG contrast
Aa
#9bdaff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdaff on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.5%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#9bdaff text on a black background
contrast 13.87:1
Card sample
#9bdaff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdaff;
Background color
Panel with #9bdaff background
background-color: #9bdaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdaff; background: linear-gradient(135deg, #9bdaff, #9F9BFF);