#cf5feb
a balanced, electric violet · warm · closest name: violet
RGB
207, 95, 235
HSL
288°, 78%, 65%
CMYK
12, 60, 0, 8
Luminance
0.2745
Every format
| HEX | #cf5feb |
| RGB | rgb(207, 95, 235) |
| HSL | hsl(288, 78%, 65%) |
| CMYK | cmyk(12%, 60%, 0%, 8%) |
| LAB | lab(59.4 64.2 -51.6) |
| LCH | lch(59.4 82.4 321.2) |
| OKLCH | oklch(0.677 0.220 319.1) |
Copy-ready code
/* CSS */
color: #cf5feb;
background-color: #cf5feb;
/* Tailwind (arbitrary) */
class="text-[#cf5feb] bg-[#cf5feb]"
/* SCSS */
$brand: #cf5feb;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.922)
/* Android */
Color.parseColor("#cf5feb")Accessibility — WCAG contrast
Aa
#cf5feb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5feb on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta59.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cf5feb text on a black background
contrast 6.49:1
Card sample
#cf5feb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5feb;
Background color
Panel with #cf5feb background
background-color: #cf5feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5feb; background: linear-gradient(135deg, #cf5feb, #EB5FAA);