#9baad4
a light, soft blue · cool · closest name: skyblue
RGB
155, 170, 212
HSL
224°, 40%, 72%
CMYK
27, 20, 0, 17
Luminance
0.4047
Every format
| HEX | #9baad4 |
| RGB | rgb(155, 170, 212) |
| HSL | hsl(224, 40%, 72%) |
| CMYK | cmyk(27%, 20%, 0%, 17%) |
| LAB | lab(69.8 4.1 -23.0) |
| LCH | lch(69.8 23.4 280.2) |
| OKLCH | oklch(0.741 0.063 269.5) |
Copy-ready code
/* CSS */
color: #9baad4;
background-color: #9baad4;
/* Tailwind (arbitrary) */
class="text-[#9baad4] bg-[#9baad4]"
/* SCSS */
$brand: #9baad4;
/* SwiftUI */
Color(red: 0.608, green: 0.667, blue: 0.831)
/* Android */
Color.parseColor("#9baad4")Accessibility — WCAG contrast
Aa
#9baad4 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baad4 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green66.7%
Blue83.1%
CMYK percentages
Cyan26.9%
Magenta19.8%
Yellow0.0%
Key (black)16.9%
Color previews
#9baad4 text on a black background
contrast 9.09:1
Card sample
#9baad4 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baad4;
Background color
Panel with #9baad4 background
background-color: #9baad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 170, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 170, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baad4; background: linear-gradient(135deg, #9baad4, #B29BD4);