#9bc9fe
a light, electric blue · cool · closest name: skyblue
RGB
155, 201, 254
HSL
212°, 98%, 80%
CMYK
39, 21, 0, 0
Luminance
0.5590
Every format
| HEX | #9bc9fe |
| RGB | rgb(155, 201, 254) |
| HSL | hsl(212, 98%, 80%) |
| CMYK | cmyk(39%, 21%, 0%, 0%) |
| LAB | lab(79.5 -2.2 -30.8) |
| LCH | lch(79.5 30.9 266.0) |
| OKLCH | oklch(0.823 0.089 252.4) |
Copy-ready code
/* CSS */
color: #9bc9fe;
background-color: #9bc9fe;
/* Tailwind (arbitrary) */
class="text-[#9bc9fe] bg-[#9bc9fe]"
/* SCSS */
$brand: #9bc9fe;
/* SwiftUI */
Color(red: 0.608, green: 0.788, blue: 0.996)
/* Android */
Color.parseColor("#9bc9fe")Accessibility — WCAG contrast
Aa
#9bc9fe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc9fe on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green78.8%
Blue99.6%
CMYK percentages
Cyan39.0%
Magenta20.9%
Yellow0.0%
Key (black)0.4%
Color previews
#9bc9fe text on a black background
contrast 12.18:1
Card sample
#9bc9fe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc9fe;
Background color
Panel with #9bc9fe background
background-color: #9bc9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 201, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 201, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc9fe; background: linear-gradient(135deg, #9bc9fe, #AF9BFE);