#c2cdfa
a pale, electric blue · warm · closest name: lavender
RGB
194, 205, 250
HSL
228°, 85%, 87%
CMYK
22, 18, 0, 2
Luminance
0.6203
Every format
| HEX | #c2cdfa |
| RGB | rgb(194, 205, 250) |
| HSL | hsl(228, 85%, 87%) |
| CMYK | cmyk(22%, 18%, 0%, 2%) |
| LAB | lab(82.9 5.6 -23.3) |
| LCH | lch(82.9 24.0 283.6) |
| OKLCH | oklch(0.855 0.064 274.2) |
Copy-ready code
/* CSS */
color: #c2cdfa;
background-color: #c2cdfa;
/* Tailwind (arbitrary) */
class="text-[#c2cdfa] bg-[#c2cdfa]"
/* SCSS */
$brand: #c2cdfa;
/* SwiftUI */
Color(red: 0.761, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#c2cdfa")Accessibility — WCAG contrast
Aa
#c2cdfa on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cdfa on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.4%
Blue98.0%
CMYK percentages
Cyan22.4%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c2cdfa text on a black background
contrast 13.41:1
Card sample
#c2cdfa text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cdfa;
Background color
Panel with #c2cdfa background
background-color: #c2cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cdfa; background: linear-gradient(135deg, #c2cdfa, #DCC2FA);