#cb7fdf
a light, vivid violet · warm · closest name: orchid
RGB
203, 127, 223
HSL
288°, 60%, 69%
CMYK
9, 43, 0, 13
Luminance
0.3320
Every format
| HEX | #cb7fdf |
| RGB | rgb(203, 127, 223) |
| HSL | hsl(288, 60%, 69%) |
| CMYK | cmyk(9%, 43%, 0%, 13%) |
| LAB | lab(64.3 45.0 -37.2) |
| LCH | lch(64.3 58.4 320.4) |
| OKLCH | oklch(0.711 0.157 319.1) |
Copy-ready code
/* CSS */
color: #cb7fdf;
background-color: #cb7fdf;
/* Tailwind (arbitrary) */
class="text-[#cb7fdf] bg-[#cb7fdf]"
/* SCSS */
$brand: #cb7fdf;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#cb7fdf")Accessibility — WCAG contrast
Aa
#cb7fdf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7fdf on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cb7fdf text on a black background
contrast 7.64:1
Card sample
#cb7fdf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7fdf;
Background color
Panel with #cb7fdf background
background-color: #cb7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7fdf; background: linear-gradient(135deg, #cb7fdf, #DF7FB3);