#c0b4ff
a pale, electric blue · warm · closest name: plum
RGB
192, 180, 255
HSL
250°, 100%, 85%
CMYK
25, 29, 0, 0
Luminance
0.5107
Every format
| HEX | #c0b4ff |
| RGB | rgb(192, 180, 255) |
| HSL | hsl(250, 100%, 85%) |
| CMYK | cmyk(25%, 29%, 0%, 0%) |
| LAB | lab(76.7 19.8 -35.5) |
| LCH | lch(76.7 40.6 299.1) |
| OKLCH | oklch(0.807 0.105 291.2) |
Copy-ready code
/* CSS */
color: #c0b4ff;
background-color: #c0b4ff;
/* Tailwind (arbitrary) */
class="text-[#c0b4ff] bg-[#c0b4ff]"
/* SCSS */
$brand: #c0b4ff;
/* SwiftUI */
Color(red: 0.753, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#c0b4ff")Accessibility — WCAG contrast
Aa
#c0b4ff on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b4ff on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green70.6%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c0b4ff text on a black background
contrast 11.21:1
Card sample
#c0b4ff text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b4ff;
Background color
Panel with #c0b4ff background
background-color: #c0b4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b4ff; background: linear-gradient(135deg, #c0b4ff, #F2B4FF);