#b0beee
a light, vivid blue · warm · closest name: skyblue
RGB
176, 190, 238
HSL
227°, 65%, 81%
CMYK
26, 20, 0, 7
Luminance
0.5223
Every format
| HEX | #b0beee |
| RGB | rgb(176, 190, 238) |
| HSL | hsl(227, 65%, 81%) |
| CMYK | cmyk(26%, 20%, 0%, 7%) |
| LAB | lab(77.4 5.6 -25.4) |
| LCH | lch(77.4 26.0 282.5) |
| OKLCH | oklch(0.807 0.070 272.1) |
Copy-ready code
/* CSS */
color: #b0beee;
background-color: #b0beee;
/* Tailwind (arbitrary) */
class="text-[#b0beee] bg-[#b0beee]"
/* SCSS */
$brand: #b0beee;
/* SwiftUI */
Color(red: 0.690, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#b0beee")Accessibility — WCAG contrast
Aa
#b0beee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0beee on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b0beee text on a black background
contrast 11.45:1
Card sample
#b0beee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0beee;
Background color
Panel with #b0beee background
background-color: #b0beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0beee; background: linear-gradient(135deg, #b0beee, #CBB0EE);