#f0cdfa
a pale, electric violet · warm · closest name: plum
RGB
240, 205, 250
HSL
287°, 82%, 89%
CMYK
4, 18, 0, 2
Luminance
0.6909
Every format
| HEX | #f0cdfa |
| RGB | rgb(240, 205, 250) |
| HSL | hsl(287, 82%, 89%) |
| CMYK | cmyk(4%, 18%, 0%, 2%) |
| LAB | lab(86.5 20.1 -17.5) |
| LCH | lch(86.5 26.6 318.9) |
| OKLCH | oklch(0.892 0.071 318.7) |
Copy-ready code
/* CSS */
color: #f0cdfa;
background-color: #f0cdfa;
/* Tailwind (arbitrary) */
class="text-[#f0cdfa] bg-[#f0cdfa]"
/* SCSS */
$brand: #f0cdfa;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#f0cdfa")Accessibility — WCAG contrast
Aa
#f0cdfa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cdfa on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue98.0%
CMYK percentages
Cyan4.0%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#f0cdfa text on a black background
contrast 14.82:1
Card sample
#f0cdfa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cdfa;
Background color
Panel with #f0cdfa background
background-color: #f0cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cdfa; background: linear-gradient(135deg, #f0cdfa, #FACDE6);