#9bceee
a light, vivid blue · cool · closest name: skyblue
RGB
155, 206, 238
HSL
203°, 71%, 77%
CMYK
35, 13, 0, 7
Luminance
0.5728
Every format
| HEX | #9bceee |
| RGB | rgb(155, 206, 238) |
| HSL | hsl(203, 71%, 77%) |
| CMYK | cmyk(35%, 13%, 0%, 7%) |
| LAB | lab(80.3 -8.9 -21.1) |
| LCH | lch(80.3 22.9 247.1) |
| OKLCH | oklch(0.827 0.070 236.3) |
Copy-ready code
/* CSS */
color: #9bceee;
background-color: #9bceee;
/* Tailwind (arbitrary) */
class="text-[#9bceee] bg-[#9bceee]"
/* SCSS */
$brand: #9bceee;
/* SwiftUI */
Color(red: 0.608, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#9bceee")Accessibility — WCAG contrast
Aa
#9bceee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bceee on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green80.8%
Blue93.3%
CMYK percentages
Cyan34.9%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#9bceee text on a black background
contrast 12.46:1
Card sample
#9bceee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bceee;
Background color
Panel with #9bceee background
background-color: #9bceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bceee; background: linear-gradient(135deg, #9bceee, #9F9BEE);