#b0baee
a light, vivid blue · warm · closest name: skyblue
RGB
176, 186, 238
HSL
230°, 65%, 81%
CMYK
26, 22, 0, 7
Luminance
0.5052
Every format
| HEX | #b0baee |
| RGB | rgb(176, 186, 238) |
| HSL | hsl(230, 65%, 81%) |
| CMYK | cmyk(26%, 22%, 0%, 7%) |
| LAB | lab(76.4 7.8 -27.0) |
| LCH | lch(76.4 28.1 286.1) |
| OKLCH | oklch(0.799 0.075 276.1) |
Copy-ready code
/* CSS */
color: #b0baee;
background-color: #b0baee;
/* Tailwind (arbitrary) */
class="text-[#b0baee] bg-[#b0baee]"
/* SCSS */
$brand: #b0baee;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#b0baee")Accessibility — WCAG contrast
Aa
#b0baee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0baee on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#b0baee text on a black background
contrast 11.10:1
Card sample
#b0baee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0baee;
Background color
Panel with #b0baee background
background-color: #b0baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0baee; background: linear-gradient(135deg, #b0baee, #CFB0EE);