#c0b2f1
a light, vivid blue · warm · closest name: plum
RGB
192, 178, 241
HSL
253°, 69%, 82%
CMYK
20, 26, 0, 6
Luminance
0.4940
Every format
| HEX | #c0b2f1 |
| RGB | rgb(192, 178, 241) |
| HSL | hsl(253, 69%, 82%) |
| CMYK | cmyk(20%, 26%, 0%, 6%) |
| LAB | lab(75.7 17.7 -29.5) |
| LCH | lch(75.7 34.4 300.9) |
| OKLCH | oklch(0.797 0.089 294.5) |
Copy-ready code
/* CSS */
color: #c0b2f1;
background-color: #c0b2f1;
/* Tailwind (arbitrary) */
class="text-[#c0b2f1] bg-[#c0b2f1]"
/* SCSS */
$brand: #c0b2f1;
/* SwiftUI */
Color(red: 0.753, green: 0.698, blue: 0.945)
/* Android */
Color.parseColor("#c0b2f1")Accessibility — WCAG contrast
Aa
#c0b2f1 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b2f1 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green69.8%
Blue94.5%
CMYK percentages
Cyan20.3%
Magenta26.1%
Yellow0.0%
Key (black)5.5%
Color previews
#c0b2f1 text on a black background
contrast 10.88:1
Card sample
#c0b2f1 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b2f1;
Background color
Panel with #c0b2f1 background
background-color: #c0b2f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b2f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 178, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 178, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b2f1; background: linear-gradient(135deg, #c0b2f1, #EAB2F1);