#cf97ee
a light, vivid violet · warm · closest name: plum
RGB
207, 151, 238
HSL
279°, 72%, 76%
CMYK
13, 37, 0, 7
Luminance
0.4157
Every format
| HEX | #cf97ee |
| RGB | rgb(207, 151, 238) |
| HSL | hsl(279, 72%, 76%) |
| CMYK | cmyk(13%, 37%, 0%, 7%) |
| LAB | lab(70.6 36.4 -35.7) |
| LCH | lch(70.6 51.0 315.5) |
| OKLCH | oklch(0.761 0.134 312.9) |
Copy-ready code
/* CSS */
color: #cf97ee;
background-color: #cf97ee;
/* Tailwind (arbitrary) */
class="text-[#cf97ee] bg-[#cf97ee]"
/* SCSS */
$brand: #cf97ee;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.933)
/* Android */
Color.parseColor("#cf97ee")Accessibility — WCAG contrast
Aa
#cf97ee on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf97ee on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta36.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cf97ee text on a black background
contrast 9.31:1
Card sample
#cf97ee text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf97ee;
Background color
Panel with #cf97ee background
background-color: #cf97ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf97ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf97ee; background: linear-gradient(135deg, #cf97ee, #EE97D3);