#c2c8fe
a pale, electric blue · warm · closest name: lavender
RGB
194, 200, 254
HSL
234°, 97%, 88%
CMYK
24, 21, 0, 0
Luminance
0.5993
Every format
| HEX | #c2c8fe |
| RGB | rgb(194, 200, 254) |
| HSL | hsl(234, 97%, 88%) |
| CMYK | cmyk(24%, 21%, 0%, 0%) |
| LAB | lab(81.8 9.2 -27.1) |
| LCH | lch(81.8 28.7 288.8) |
| OKLCH | oklch(0.847 0.076 279.7) |
Copy-ready code
/* CSS */
color: #c2c8fe;
background-color: #c2c8fe;
/* Tailwind (arbitrary) */
class="text-[#c2c8fe] bg-[#c2c8fe]"
/* SCSS */
$brand: #c2c8fe;
/* SwiftUI */
Color(red: 0.761, green: 0.784, blue: 0.996)
/* Android */
Color.parseColor("#c2c8fe")Accessibility — WCAG contrast
Aa
#c2c8fe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c8fe on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.4%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta21.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c2c8fe text on a black background
contrast 12.99:1
Card sample
#c2c8fe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c8fe;
Background color
Panel with #c2c8fe background
background-color: #c2c8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 200, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 200, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c8fe; background: linear-gradient(135deg, #c2c8fe, #E4C2FE);