#9baad2
a light, soft blue · cool · closest name: skyblue
RGB
155, 170, 210
HSL
224°, 38%, 72%
CMYK
26, 19, 0, 18
Luminance
0.4037
Every format
| HEX | #9baad2 |
| RGB | rgb(155, 170, 210) |
| HSL | hsl(224, 38%, 72%) |
| CMYK | cmyk(26%, 19%, 0%, 18%) |
| LAB | lab(69.7 3.7 -22.0) |
| LCH | lch(69.7 22.3 279.4) |
| OKLCH | oklch(0.740 0.060 268.8) |
Copy-ready code
/* CSS */
color: #9baad2;
background-color: #9baad2;
/* Tailwind (arbitrary) */
class="text-[#9baad2] bg-[#9baad2]"
/* SCSS */
$brand: #9baad2;
/* SwiftUI */
Color(red: 0.608, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#9baad2")Accessibility — WCAG contrast
Aa
#9baad2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baad2 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green66.7%
Blue82.4%
CMYK percentages
Cyan26.2%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#9baad2 text on a black background
contrast 9.07:1
Card sample
#9baad2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baad2;
Background color
Panel with #9baad2 background
background-color: #9baad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baad2; background: linear-gradient(135deg, #9baad2, #B19BD2);