#b698fd
a light, electric violet · warm · closest name: plum
RGB
182, 152, 253
HSL
258°, 96%, 79%
CMYK
28, 40, 0, 1
Luminance
0.3949
Every format
| HEX | #b698fd |
| RGB | rgb(182, 152, 253) |
| HSL | hsl(258, 96%, 79%) |
| CMYK | cmyk(28%, 40%, 0%, 1%) |
| LAB | lab(69.1 32.0 -46.4) |
| LCH | lch(69.1 56.3 304.6) |
| OKLCH | oklch(0.746 0.145 296.4) |
Copy-ready code
/* CSS */
color: #b698fd;
background-color: #b698fd;
/* Tailwind (arbitrary) */
class="text-[#b698fd] bg-[#b698fd]"
/* SCSS */
$brand: #b698fd;
/* SwiftUI */
Color(red: 0.714, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#b698fd")Accessibility — WCAG contrast
Aa
#b698fd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b698fd on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.6%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta39.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b698fd text on a black background
contrast 8.90:1
Card sample
#b698fd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b698fd;
Background color
Panel with #b698fd background
background-color: #b698fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b698fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b698fd; background: linear-gradient(135deg, #b698fd, #F998FD);