#bfaff0
a light, vivid blue · warm · closest name: plum
RGB
191, 175, 240
HSL
255°, 68%, 81%
CMYK
20, 27, 0, 6
Luminance
0.4803
Every format
| HEX | #bfaff0 |
| RGB | rgb(191, 175, 240) |
| HSL | hsl(255, 68%, 81%) |
| CMYK | cmyk(20%, 27%, 0%, 6%) |
| LAB | lab(74.8 18.8 -30.3) |
| LCH | lch(74.8 35.7 301.8) |
| OKLCH | oklch(0.790 0.092 295.5) |
Copy-ready code
/* CSS */
color: #bfaff0;
background-color: #bfaff0;
/* Tailwind (arbitrary) */
class="text-[#bfaff0] bg-[#bfaff0]"
/* SCSS */
$brand: #bfaff0;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.941)
/* Android */
Color.parseColor("#bfaff0")Accessibility — WCAG contrast
Aa
#bfaff0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaff0 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta27.1%
Yellow0.0%
Key (black)5.9%
Color previews
#bfaff0 text on a black background
contrast 10.61:1
Card sample
#bfaff0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaff0;
Background color
Panel with #bfaff0 background
background-color: #bfaff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaff0; background: linear-gradient(135deg, #bfaff0, #EAAFF0);