#9bafdb
a light, vivid blue · cool · closest name: skyblue
RGB
155, 175, 219
HSL
221°, 47%, 73%
CMYK
29, 20, 0, 14
Luminance
0.4274
Every format
| HEX | #9bafdb |
| RGB | rgb(155, 175, 219) |
| HSL | hsl(221, 47%, 73%) |
| CMYK | cmyk(29%, 20%, 0%, 14%) |
| LAB | lab(71.4 3.1 -24.4) |
| LCH | lch(71.4 24.6 277.2) |
| OKLCH | oklch(0.754 0.067 265.7) |
Copy-ready code
/* CSS */
color: #9bafdb;
background-color: #9bafdb;
/* Tailwind (arbitrary) */
class="text-[#9bafdb] bg-[#9bafdb]"
/* SCSS */
$brand: #9bafdb;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#9bafdb")Accessibility — WCAG contrast
Aa
#9bafdb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bafdb on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue85.9%
CMYK percentages
Cyan29.2%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#9bafdb text on a black background
contrast 9.55:1
Card sample
#9bafdb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bafdb;
Background color
Panel with #9bafdb background
background-color: #9bafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bafdb; background: linear-gradient(135deg, #9bafdb, #B29BDB);