#c2c2fa
a pale, electric blue · warm · closest name: plum
RGB
194, 194, 250
HSL
240°, 85%, 87%
CMYK
22, 22, 0, 2
Luminance
0.5696
Every format
| HEX | #c2c2fa |
| RGB | rgb(194, 194, 250) |
| HSL | hsl(240, 85%, 87%) |
| CMYK | cmyk(22%, 22%, 0%, 2%) |
| LAB | lab(80.2 11.6 -27.5) |
| LCH | lch(80.2 29.9 292.8) |
| OKLCH | oklch(0.833 0.078 284.6) |
Copy-ready code
/* CSS */
color: #c2c2fa;
background-color: #c2c2fa;
/* Tailwind (arbitrary) */
class="text-[#c2c2fa] bg-[#c2c2fa]"
/* SCSS */
$brand: #c2c2fa;
/* SwiftUI */
Color(red: 0.761, green: 0.761, blue: 0.980)
/* Android */
Color.parseColor("#c2c2fa")Accessibility — WCAG contrast
Aa
#c2c2fa on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c2fa on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.1%
Blue98.0%
CMYK percentages
Cyan22.4%
Magenta22.4%
Yellow0.0%
Key (black)2.0%
Color previews
#c2c2fa text on a black background
contrast 12.39:1
Card sample
#c2c2fa text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c2fa;
Background color
Panel with #c2c2fa background
background-color: #c2c2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 194, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 194, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c2fa; background: linear-gradient(135deg, #c2c2fa, #E7C2FA);