#9bbddf
a light, vivid blue · cool · closest name: skyblue
RGB
155, 189, 223
HSL
210°, 52%, 74%
CMYK
31, 15, 0, 13
Luminance
0.4869
Every format
| HEX | #9bbddf |
| RGB | rgb(155, 189, 223) |
| HSL | hsl(210, 52%, 74%) |
| CMYK | cmyk(31%, 15%, 0%, 13%) |
| LAB | lab(75.3 -3.6 -20.7) |
| LCH | lch(75.3 21.0 260.2) |
| OKLCH | oklch(0.785 0.061 248.6) |
Copy-ready code
/* CSS */
color: #9bbddf;
background-color: #9bbddf;
/* Tailwind (arbitrary) */
class="text-[#9bbddf] bg-[#9bbddf]"
/* SCSS */
$brand: #9bbddf;
/* SwiftUI */
Color(red: 0.608, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#9bbddf")Accessibility — WCAG contrast
Aa
#9bbddf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbddf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green74.1%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9bbddf text on a black background
contrast 10.74:1
Card sample
#9bbddf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbddf;
Background color
Panel with #9bbddf background
background-color: #9bbddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbddf; background: linear-gradient(135deg, #9bbddf, #A69BDF);