#cdb2fb
a light, electric violet · warm · closest name: plum
RGB
205, 178, 251
HSL
262°, 90%, 84%
CMYK
18, 29, 0, 2
Luminance
0.5178
Every format
| HEX | #cdb2fb |
| RGB | rgb(205, 178, 251) |
| HSL | hsl(262, 90%, 84%) |
| CMYK | cmyk(18%, 29%, 0%, 2%) |
| LAB | lab(77.2 23.8 -32.6) |
| LCH | lch(77.2 40.4 306.1) |
| OKLCH | oklch(0.812 0.105 301.1) |
Copy-ready code
/* CSS */
color: #cdb2fb;
background-color: #cdb2fb;
/* Tailwind (arbitrary) */
class="text-[#cdb2fb] bg-[#cdb2fb]"
/* SCSS */
$brand: #cdb2fb;
/* SwiftUI */
Color(red: 0.804, green: 0.698, blue: 0.984)
/* Android */
Color.parseColor("#cdb2fb")Accessibility — WCAG contrast
Aa
#cdb2fb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb2fb on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.8%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta29.1%
Yellow0.0%
Key (black)1.6%
Color previews
#cdb2fb text on a black background
contrast 11.36:1
Card sample
#cdb2fb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb2fb;
Background color
Panel with #cdb2fb background
background-color: #cdb2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 178, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 178, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb2fb; background: linear-gradient(135deg, #cdb2fb, #FBB2F8);