#c4baf7
a light, electric blue · warm · closest name: plum
RGB
196, 186, 247
HSL
250°, 79%, 85%
CMYK
21, 25, 0, 3
Luminance
0.5357
Every format
| HEX | #c4baf7 |
| RGB | rgb(196, 186, 247) |
| HSL | hsl(250, 79%, 85%) |
| CMYK | cmyk(21%, 25%, 0%, 3%) |
| LAB | lab(78.2 15.8 -28.9) |
| LCH | lch(78.2 33.0 298.7) |
| OKLCH | oklch(0.818 0.086 291.9) |
Copy-ready code
/* CSS */
color: #c4baf7;
background-color: #c4baf7;
/* Tailwind (arbitrary) */
class="text-[#c4baf7] bg-[#c4baf7]"
/* SCSS */
$brand: #c4baf7;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#c4baf7")Accessibility — WCAG contrast
Aa
#c4baf7 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4baf7 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue96.9%
CMYK percentages
Cyan20.6%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#c4baf7 text on a black background
contrast 11.71:1
Card sample
#c4baf7 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4baf7;
Background color
Panel with #c4baf7 background
background-color: #c4baf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4baf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4baf7; background: linear-gradient(135deg, #c4baf7, #EDBAF7);