#9bafd0
a light, soft blue · cool · closest name: skyblue
RGB
155, 175, 208
HSL
217°, 36%, 71%
CMYK
26, 16, 0, 18
Luminance
0.4218
Every format
| HEX | #9bafd0 |
| RGB | rgb(155, 175, 208) |
| HSL | hsl(217, 36%, 71%) |
| CMYK | cmyk(26%, 16%, 0%, 18%) |
| LAB | lab(71.0 0.4 -19.0) |
| LCH | lch(71.0 19.0 271.3) |
| OKLCH | oklch(0.750 0.053 260.4) |
Copy-ready code
/* CSS */
color: #9bafd0;
background-color: #9bafd0;
/* Tailwind (arbitrary) */
class="text-[#9bafd0] bg-[#9bafd0]"
/* SCSS */
$brand: #9bafd0;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#9bafd0")Accessibility — WCAG contrast
Aa
#9bafd0 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bafd0 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue81.6%
CMYK percentages
Cyan25.5%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#9bafd0 text on a black background
contrast 9.44:1
Card sample
#9bafd0 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bafd0;
Background color
Panel with #9bafd0 background
background-color: #9bafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bafd0; background: linear-gradient(135deg, #9bafd0, #AA9BD0);