#9bdffc
a light, electric cyan · cool · closest name: skyblue
RGB
155, 223, 252
HSL
198°, 94%, 80%
CMYK
39, 12, 0, 1
Luminance
0.6677
Every format
| HEX | #9bdffc |
| RGB | rgb(155, 223, 252) |
| HSL | hsl(198, 94%, 80%) |
| CMYK | cmyk(39%, 12%, 0%, 1%) |
| LAB | lab(85.4 -14.2 -20.9) |
| LCH | lch(85.4 25.2 235.7) |
| OKLCH | oklch(0.868 0.079 226.5) |
Copy-ready code
/* CSS */
color: #9bdffc;
background-color: #9bdffc;
/* Tailwind (arbitrary) */
class="text-[#9bdffc] bg-[#9bdffc]"
/* SCSS */
$brand: #9bdffc;
/* SwiftUI */
Color(red: 0.608, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#9bdffc")Accessibility — WCAG contrast
Aa
#9bdffc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdffc on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green87.5%
Blue98.8%
CMYK percentages
Cyan38.5%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#9bdffc text on a black background
contrast 14.35:1
Card sample
#9bdffc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdffc;
Background color
Panel with #9bdffc background
background-color: #9bdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdffc; background: linear-gradient(135deg, #9bdffc, #9B9EFC);