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