#b2b5ff
a light, electric blue · warm · closest name: plum
RGB
178, 181, 255
HSL
238°, 100%, 85%
CMYK
30, 29, 0, 0
Luminance
0.4973
Every format
| HEX | #b2b5ff |
| RGB | rgb(178, 181, 255) |
| HSL | hsl(238, 100%, 85%) |
| CMYK | cmyk(30%, 29%, 0%, 0%) |
| LAB | lab(75.9 15.2 -36.9) |
| LCH | lch(75.9 39.9 292.4) |
| OKLCH | oklch(0.798 0.104 282.0) |
Copy-ready code
/* CSS */
color: #b2b5ff;
background-color: #b2b5ff;
/* Tailwind (arbitrary) */
class="text-[#b2b5ff] bg-[#b2b5ff]"
/* SCSS */
$brand: #b2b5ff;
/* SwiftUI */
Color(red: 0.698, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#b2b5ff")Accessibility — WCAG contrast
Aa
#b2b5ff on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2b5ff on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green71.0%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b2b5ff text on a black background
contrast 10.95:1
Card sample
#b2b5ff text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2b5ff;
Background color
Panel with #b2b5ff background
background-color: #b2b5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2b5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2b5ff; background: linear-gradient(135deg, #b2b5ff, #E2B2FF);