#c2cdfe
a pale, electric blue · warm · closest name: lavender
RGB
194, 205, 254
HSL
229°, 97%, 88%
CMYK
24, 19, 0, 0
Luminance
0.6229
Every format
| HEX | #c2cdfe |
| RGB | rgb(194, 205, 254) |
| HSL | hsl(229, 97%, 88%) |
| CMYK | cmyk(24%, 19%, 0%, 0%) |
| LAB | lab(83.1 6.5 -25.2) |
| LCH | lch(83.1 26.0 284.5) |
| OKLCH | oklch(0.856 0.069 275.0) |
Copy-ready code
/* CSS */
color: #c2cdfe;
background-color: #c2cdfe;
/* Tailwind (arbitrary) */
class="text-[#c2cdfe] bg-[#c2cdfe]"
/* SCSS */
$brand: #c2cdfe;
/* SwiftUI */
Color(red: 0.761, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#c2cdfe")Accessibility — WCAG contrast
Aa
#c2cdfe on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cdfe on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.4%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c2cdfe text on a black background
contrast 13.46:1
Card sample
#c2cdfe text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cdfe;
Background color
Panel with #c2cdfe background
background-color: #c2cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cdfe; background: linear-gradient(135deg, #c2cdfe, #DFC2FE);