#b0b2ec
a light, vivid blue · warm · closest name: plum
RGB
176, 178, 236
HSL
238°, 61%, 81%
CMYK
25, 25, 0, 8
Luminance
0.4713
Every format
| HEX | #b0b2ec |
| RGB | rgb(176, 178, 236) |
| HSL | hsl(238, 61%, 81%) |
| CMYK | cmyk(25%, 25%, 0%, 8%) |
| LAB | lab(74.3 11.7 -29.1) |
| LCH | lch(74.3 31.4 291.9) |
| OKLCH | oklch(0.783 0.082 282.8) |
Copy-ready code
/* CSS */
color: #b0b2ec;
background-color: #b0b2ec;
/* Tailwind (arbitrary) */
class="text-[#b0b2ec] bg-[#b0b2ec]"
/* SCSS */
$brand: #b0b2ec;
/* SwiftUI */
Color(red: 0.690, green: 0.698, blue: 0.925)
/* Android */
Color.parseColor("#b0b2ec")Accessibility — WCAG contrast
Aa
#b0b2ec on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0b2ec on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green69.8%
Blue92.5%
CMYK percentages
Cyan25.4%
Magenta24.6%
Yellow0.0%
Key (black)7.5%
Color previews
#b0b2ec text on a black background
contrast 10.43:1
Card sample
#b0b2ec text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0b2ec;
Background color
Panel with #b0b2ec background
background-color: #b0b2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0b2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 178, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 178, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0b2ec; background: linear-gradient(135deg, #b0b2ec, #D6B0EC);