#b668df
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 104, 223
HSL
279°, 65%, 64%
CMYK
18, 53, 0, 13
Luminance
0.2517
Every format
| HEX | #b668df |
| RGB | rgb(182, 104, 223) |
| HSL | hsl(279, 65%, 64%) |
| CMYK | cmyk(18%, 53%, 0%, 13%) |
| LAB | lab(57.2 51.2 -48.5) |
| LCH | lch(57.2 70.5 316.6) |
| OKLCH | oklch(0.653 0.184 312.6) |
Copy-ready code
/* CSS */
color: #b668df;
background-color: #b668df;
/* Tailwind (arbitrary) */
class="text-[#b668df] bg-[#b668df]"
/* SCSS */
$brand: #b668df;
/* SwiftUI */
Color(red: 0.714, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#b668df")Accessibility — WCAG contrast
Aa
#b668df on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b668df on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green40.8%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b668df text on a black background
contrast 6.03:1
Card sample
#b668df text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b668df;
Background color
Panel with #b668df background
background-color: #b668df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b668df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b668df; background: linear-gradient(135deg, #b668df, #DF68B9);