#b25ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 93, 223
HSL
279°, 67%, 62%
CMYK
20, 58, 0, 13
Luminance
0.2262
Every format
| HEX | #b25ddf |
| RGB | rgb(178, 93, 223) |
| HSL | hsl(279, 67%, 62%) |
| CMYK | cmyk(20%, 58%, 0%, 13%) |
| LAB | lab(54.7 55.7 -52.6) |
| LCH | lch(54.7 76.6 316.6) |
| OKLCH | oklch(0.633 0.200 312.2) |
Copy-ready code
/* CSS */
color: #b25ddf;
background-color: #b25ddf;
/* Tailwind (arbitrary) */
class="text-[#b25ddf] bg-[#b25ddf]"
/* SCSS */
$brand: #b25ddf;
/* SwiftUI */
Color(red: 0.698, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#b25ddf")Accessibility — WCAG contrast
Aa
#b25ddf on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b25ddf on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green36.5%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b25ddf text on a black background
contrast 5.52:1
Card sample
#b25ddf text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25ddf;
Background color
Panel with #b25ddf background
background-color: #b25ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25ddf; background: linear-gradient(135deg, #b25ddf, #DF5DB5);