#b0bfef
a light, vivid blue · warm · closest name: skyblue
RGB
176, 191, 239
HSL
226°, 66%, 81%
CMYK
26, 20, 0, 6
Luminance
0.5272
Every format
| HEX | #b0bfef |
| RGB | rgb(176, 191, 239) |
| HSL | hsl(226, 66%, 81%) |
| CMYK | cmyk(26%, 20%, 0%, 6%) |
| LAB | lab(77.7 5.3 -25.5) |
| LCH | lch(77.7 26.0 281.8) |
| OKLCH | oklch(0.810 0.070 271.2) |
Copy-ready code
/* CSS */
color: #b0bfef;
background-color: #b0bfef;
/* Tailwind (arbitrary) */
class="text-[#b0bfef] bg-[#b0bfef]"
/* SCSS */
$brand: #b0bfef;
/* SwiftUI */
Color(red: 0.690, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#b0bfef")Accessibility — WCAG contrast
Aa
#b0bfef on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0bfef on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green74.9%
Blue93.7%
CMYK percentages
Cyan26.4%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#b0bfef text on a black background
contrast 11.54:1
Card sample
#b0bfef text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0bfef;
Background color
Panel with #b0bfef background
background-color: #b0bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0bfef; background: linear-gradient(135deg, #b0bfef, #CBB0EF);