#cb79df
a light, vivid violet · warm · closest name: orchid
RGB
203, 121, 223
HSL
288°, 61%, 68%
CMYK
9, 46, 0, 13
Luminance
0.3170
Every format
| HEX | #cb79df |
| RGB | rgb(203, 121, 223) |
| HSL | hsl(288, 61%, 68%) |
| CMYK | cmyk(9%, 46%, 0%, 13%) |
| LAB | lab(63.1 48.1 -39.1) |
| LCH | lch(63.1 62.0 320.9) |
| OKLCH | oklch(0.702 0.167 319.5) |
Copy-ready code
/* CSS */
color: #cb79df;
background-color: #cb79df;
/* Tailwind (arbitrary) */
class="text-[#cb79df] bg-[#cb79df]"
/* SCSS */
$brand: #cb79df;
/* SwiftUI */
Color(red: 0.796, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#cb79df")Accessibility — WCAG contrast
Aa
#cb79df on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb79df on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.5%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cb79df text on a black background
contrast 7.34:1
Card sample
#cb79df text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb79df;
Background color
Panel with #cb79df background
background-color: #cb79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb79df; background: linear-gradient(135deg, #cb79df, #DF79AF);