#b4b7ff
a pale, electric blue · warm · closest name: plum
RGB
180, 183, 255
HSL
238°, 100%, 85%
CMYK
29, 28, 0, 0
Luminance
0.5079
Every format
| HEX | #b4b7ff |
| RGB | rgb(180, 183, 255) |
| HSL | hsl(238, 100%, 85%) |
| CMYK | cmyk(29%, 28%, 0%, 0%) |
| LAB | lab(76.5 14.7 -35.8) |
| LCH | lch(76.5 38.7 292.3) |
| OKLCH | oklch(0.803 0.102 282.0) |
Copy-ready code
/* CSS */
color: #b4b7ff;
background-color: #b4b7ff;
/* Tailwind (arbitrary) */
class="text-[#b4b7ff] bg-[#b4b7ff]"
/* SCSS */
$brand: #b4b7ff;
/* SwiftUI */
Color(red: 0.706, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#b4b7ff")Accessibility — WCAG contrast
Aa
#b4b7ff on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4b7ff on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green71.8%
Blue100.0%
CMYK percentages
Cyan29.4%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b4b7ff text on a black background
contrast 11.16:1
Card sample
#b4b7ff text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4b7ff;
Background color
Panel with #b4b7ff background
background-color: #b4b7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4b7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4b7ff; background: linear-gradient(135deg, #b4b7ff, #E3B4FF);