#c3b2d4
a light, soft violet · warm · closest name: silver
RGB
195, 178, 212
HSL
270°, 28%, 77%
CMYK
8, 16, 0, 17
Luminance
0.4820
Every format
| HEX | #c3b2d4 |
| RGB | rgb(195, 178, 212) |
| HSL | hsl(270, 28%, 77%) |
| CMYK | cmyk(8%, 16%, 0%, 17%) |
| LAB | lab(75.0 12.4 -14.9) |
| LCH | lch(75.0 19.4 309.8) |
| OKLCH | oklch(0.789 0.051 307.7) |
Copy-ready code
/* CSS */
color: #c3b2d4;
background-color: #c3b2d4;
/* Tailwind (arbitrary) */
class="text-[#c3b2d4] bg-[#c3b2d4]"
/* SCSS */
$brand: #c3b2d4;
/* SwiftUI */
Color(red: 0.765, green: 0.698, blue: 0.831)
/* Android */
Color.parseColor("#c3b2d4")Accessibility — WCAG contrast
Aa
#c3b2d4 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3b2d4 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green69.8%
Blue83.1%
CMYK percentages
Cyan8.0%
Magenta16.0%
Yellow0.0%
Key (black)16.9%
Color previews
#c3b2d4 text on a black background
contrast 10.64:1
Card sample
#c3b2d4 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3b2d4;
Background color
Panel with #c3b2d4 background
background-color: #c3b2d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3b2d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 178, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 178, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3b2d4; background: linear-gradient(135deg, #c3b2d4, #D4B2CE);