#c2c0fe
a pale, electric blue · warm · closest name: plum
RGB
194, 192, 254
HSL
242°, 97%, 88%
CMYK
24, 24, 0, 0
Luminance
0.5632
Every format
| HEX | #c2c0fe |
| RGB | rgb(194, 192, 254) |
| HSL | hsl(242, 97%, 88%) |
| CMYK | cmyk(24%, 24%, 0%, 0%) |
| LAB | lab(79.8 13.6 -30.2) |
| LCH | lch(79.8 33.1 294.2) |
| OKLCH | oklch(0.831 0.086 285.8) |
Copy-ready code
/* CSS */
color: #c2c0fe;
background-color: #c2c0fe;
/* Tailwind (arbitrary) */
class="text-[#c2c0fe] bg-[#c2c0fe]"
/* SCSS */
$brand: #c2c0fe;
/* SwiftUI */
Color(red: 0.761, green: 0.753, blue: 0.996)
/* Android */
Color.parseColor("#c2c0fe")Accessibility — WCAG contrast
Aa
#c2c0fe on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c0fe on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green75.3%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta24.4%
Yellow0.0%
Key (black)0.4%
Color previews
#c2c0fe text on a black background
contrast 12.26:1
Card sample
#c2c0fe text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c0fe;
Background color
Panel with #c2c0fe background
background-color: #c2c0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 192, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 192, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c0fe; background: linear-gradient(135deg, #c2c0fe, #EBC0FE);