#d092fe
a light, electric violet · warm · closest name: violet
RGB
208, 146, 254
HSL
274°, 98%, 78%
CMYK
18, 43, 0, 0
Luminance
0.4112
Every format
| HEX | #d092fe |
| RGB | rgb(208, 146, 254) |
| HSL | hsl(274, 98%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 0%) |
| LAB | lab(70.3 42.8 -44.9) |
| LCH | lch(70.3 62.0 313.6) |
| OKLCH | oklch(0.761 0.162 309.5) |
Copy-ready code
/* CSS */
color: #d092fe;
background-color: #d092fe;
/* Tailwind (arbitrary) */
class="text-[#d092fe] bg-[#d092fe]"
/* SCSS */
$brand: #d092fe;
/* SwiftUI */
Color(red: 0.816, green: 0.573, blue: 0.996)
/* Android */
Color.parseColor("#d092fe")Accessibility — WCAG contrast
Aa
#d092fe on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d092fe on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green57.3%
Blue99.6%
CMYK percentages
Cyan18.1%
Magenta42.5%
Yellow0.0%
Key (black)0.4%
Color previews
#d092fe text on a black background
contrast 9.22:1
Card sample
#d092fe text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d092fe;
Background color
Panel with #d092fe background
background-color: #d092fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d092fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 146, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 146, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d092fe; background: linear-gradient(135deg, #d092fe, #FE92E4);