#9bdbf3
a light, electric cyan · cool · closest name: skyblue
RGB
155, 219, 243
HSL
196°, 79%, 78%
CMYK
36, 10, 0, 5
Luminance
0.6410
Every format
| HEX | #9bdbf3 |
| RGB | rgb(155, 219, 243) |
| HSL | hsl(196, 79%, 78%) |
| CMYK | cmyk(36%, 10%, 0%, 5%) |
| LAB | lab(84.0 -14.4 -18.2) |
| LCH | lch(84.0 23.2 231.6) |
| OKLCH | oklch(0.857 0.073 223.3) |
Copy-ready code
/* CSS */
color: #9bdbf3;
background-color: #9bdbf3;
/* Tailwind (arbitrary) */
class="text-[#9bdbf3] bg-[#9bdbf3]"
/* SCSS */
$brand: #9bdbf3;
/* SwiftUI */
Color(red: 0.608, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#9bdbf3")Accessibility — WCAG contrast
Aa
#9bdbf3 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdbf3 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.9%
Blue95.3%
CMYK percentages
Cyan36.2%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#9bdbf3 text on a black background
contrast 13.82:1
Card sample
#9bdbf3 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdbf3;
Background color
Panel with #9bdbf3 background
background-color: #9bdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdbf3; background: linear-gradient(135deg, #9bdbf3, #9BA0F3);