#bfadef
a light, vivid violet · warm · closest name: plum
RGB
191, 173, 239
HSL
256°, 67%, 81%
CMYK
20, 28, 0, 6
Luminance
0.4720
Every format
| HEX | #bfadef |
| RGB | rgb(191, 173, 239) |
| HSL | hsl(256, 67%, 81%) |
| CMYK | cmyk(20%, 28%, 0%, 6%) |
| LAB | lab(74.3 19.7 -30.6) |
| LCH | lch(74.3 36.4 302.7) |
| OKLCH | oklch(0.786 0.094 296.7) |
Copy-ready code
/* CSS */
color: #bfadef;
background-color: #bfadef;
/* Tailwind (arbitrary) */
class="text-[#bfadef] bg-[#bfadef]"
/* SCSS */
$brand: #bfadef;
/* SwiftUI */
Color(red: 0.749, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#bfadef")Accessibility — WCAG contrast
Aa
#bfadef on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfadef on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.8%
Blue93.7%
CMYK percentages
Cyan20.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#bfadef text on a black background
contrast 10.44:1
Card sample
#bfadef text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfadef;
Background color
Panel with #bfadef background
background-color: #bfadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfadef; background: linear-gradient(135deg, #bfadef, #EBADEF);