#c255db
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 85, 219
HSL
289°, 65%, 60%
CMYK
11, 61, 0, 14
Luminance
0.2308
Every format
| HEX | #c255db |
| RGB | rgb(194, 85, 219) |
| HSL | hsl(289, 65%, 60%) |
| CMYK | cmyk(11%, 61%, 0%, 14%) |
| LAB | lab(55.2 62.5 -49.5) |
| LCH | lch(55.2 79.7 321.7) |
| OKLCH | oklch(0.640 0.213 319.7) |
Copy-ready code
/* CSS */
color: #c255db;
background-color: #c255db;
/* Tailwind (arbitrary) */
class="text-[#c255db] bg-[#c255db]"
/* SCSS */
$brand: #c255db;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.859)
/* Android */
Color.parseColor("#c255db")Accessibility — WCAG contrast
Aa
#c255db on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255db on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue85.9%
CMYK percentages
Cyan11.4%
Magenta61.2%
Yellow0.0%
Key (black)14.1%
Color previews
#c255db text on a black background
contrast 5.62:1
Card sample
#c255db text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255db;
Background color
Panel with #c255db background
background-color: #c255db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255db; background: linear-gradient(135deg, #c255db, #DB559B);