#c2cdfc
a pale, electric blue · warm · closest name: lavender
RGB
194, 205, 252
HSL
229°, 91%, 88%
CMYK
23, 19, 0, 1
Luminance
0.6216
Every format
| HEX | #c2cdfc |
| RGB | rgb(194, 205, 252) |
| HSL | hsl(229, 91%, 88%) |
| CMYK | cmyk(23%, 19%, 0%, 1%) |
| LAB | lab(83.0 6.1 -24.3) |
| LCH | lch(83.0 25.0 284.1) |
| OKLCH | oklch(0.856 0.067 274.6) |
Copy-ready code
/* CSS */
color: #c2cdfc;
background-color: #c2cdfc;
/* Tailwind (arbitrary) */
class="text-[#c2cdfc] bg-[#c2cdfc]"
/* SCSS */
$brand: #c2cdfc;
/* SwiftUI */
Color(red: 0.761, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c2cdfc")Accessibility — WCAG contrast
Aa
#c2cdfc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cdfc on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.4%
Blue98.8%
CMYK percentages
Cyan23.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c2cdfc text on a black background
contrast 13.43:1
Card sample
#c2cdfc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cdfc;
Background color
Panel with #c2cdfc background
background-color: #c2cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cdfc; background: linear-gradient(135deg, #c2cdfc, #DEC2FC);