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