#cfadef
a light, vivid violet · warm · closest name: plum
RGB
207, 173, 239
HSL
271°, 67%, 81%
CMYK
13, 28, 0, 6
Luminance
0.4938
Every format
| HEX | #cfadef |
| RGB | rgb(207, 173, 239) |
| HSL | hsl(271, 67%, 81%) |
| CMYK | cmyk(13%, 28%, 0%, 6%) |
| LAB | lab(75.7 24.6 -28.4) |
| LCH | lch(75.7 37.5 310.9) |
| OKLCH | oklch(0.800 0.098 307.8) |
Copy-ready code
/* CSS */
color: #cfadef;
background-color: #cfadef;
/* Tailwind (arbitrary) */
class="text-[#cfadef] bg-[#cfadef]"
/* SCSS */
$brand: #cfadef;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#cfadef")Accessibility — WCAG contrast
Aa
#cfadef on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfadef on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#cfadef text on a black background
contrast 10.88:1
Card sample
#cfadef text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfadef;
Background color
Panel with #cfadef background
background-color: #cfadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfadef; background: linear-gradient(135deg, #cfadef, #EFADE3);