#c2c4fe
a pale, electric blue · warm · closest name: lavender
RGB
194, 196, 254
HSL
238°, 97%, 88%
CMYK
24, 23, 0, 0
Luminance
0.5810
Every format
| HEX | #c2c4fe |
| RGB | rgb(194, 196, 254) |
| HSL | hsl(238, 97%, 88%) |
| CMYK | cmyk(24%, 23%, 0%, 0%) |
| LAB | lab(80.8 11.4 -28.7) |
| LCH | lch(80.8 30.9 291.7) |
| OKLCH | oklch(0.839 0.081 283.0) |
Copy-ready code
/* CSS */
color: #c2c4fe;
background-color: #c2c4fe;
/* Tailwind (arbitrary) */
class="text-[#c2c4fe] bg-[#c2c4fe]"
/* SCSS */
$brand: #c2c4fe;
/* SwiftUI */
Color(red: 0.761, green: 0.769, blue: 0.996)
/* Android */
Color.parseColor("#c2c4fe")Accessibility — WCAG contrast
Aa
#c2c4fe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c4fe on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.9%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta22.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c2c4fe text on a black background
contrast 12.62:1
Card sample
#c2c4fe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c4fe;
Background color
Panel with #c2c4fe background
background-color: #c2c4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 196, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 196, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c4fe; background: linear-gradient(135deg, #c2c4fe, #E8C2FE);