#9bc2db
a light, vivid blue · cool · closest name: skyblue
RGB
155, 194, 219
HSL
203°, 47%, 73%
CMYK
29, 11, 0, 14
Luminance
0.5067
Every format
| HEX | #9bc2db |
| RGB | rgb(155, 194, 219) |
| HSL | hsl(203, 47%, 73%) |
| CMYK | cmyk(29%, 11%, 0%, 14%) |
| LAB | lab(76.5 -7.2 -16.7) |
| LCH | lch(76.5 18.2 246.7) |
| OKLCH | oklch(0.794 0.055 236.5) |
Copy-ready code
/* CSS */
color: #9bc2db;
background-color: #9bc2db;
/* Tailwind (arbitrary) */
class="text-[#9bc2db] bg-[#9bc2db]"
/* SCSS */
$brand: #9bc2db;
/* SwiftUI */
Color(red: 0.608, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#9bc2db")Accessibility — WCAG contrast
Aa
#9bc2db on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc2db on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green76.1%
Blue85.9%
CMYK percentages
Cyan29.2%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#9bc2db text on a black background
contrast 11.13:1
Card sample
#9bc2db text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc2db;
Background color
Panel with #9bc2db background
background-color: #9bc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc2db; background: linear-gradient(135deg, #9bc2db, #9E9BDB);