#c2daf9
a pale, electric blue · cool · closest name: lavender
RGB
194, 218, 249
HSL
214°, 82%, 87%
CMYK
22, 12, 0, 2
Luminance
0.6845
Every format
| HEX | #c2daf9 |
| RGB | rgb(194, 218, 249) |
| HSL | hsl(214, 82%, 87%) |
| CMYK | cmyk(22%, 12%, 0%, 2%) |
| LAB | lab(86.2 -1.5 -17.8) |
| LCH | lch(86.2 17.8 265.3) |
| OKLCH | oklch(0.881 0.050 254.9) |
Copy-ready code
/* CSS */
color: #c2daf9;
background-color: #c2daf9;
/* Tailwind (arbitrary) */
class="text-[#c2daf9] bg-[#c2daf9]"
/* SCSS */
$brand: #c2daf9;
/* SwiftUI */
Color(red: 0.761, green: 0.855, blue: 0.976)
/* Android */
Color.parseColor("#c2daf9")Accessibility — WCAG contrast
Aa
#c2daf9 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2daf9 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.5%
Blue97.6%
CMYK percentages
Cyan22.1%
Magenta12.4%
Yellow0.0%
Key (black)2.4%
Color previews
#c2daf9 text on a black background
contrast 14.69:1
Card sample
#c2daf9 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2daf9;
Background color
Panel with #c2daf9 background
background-color: #c2daf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2daf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 218, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 218, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2daf9; background: linear-gradient(135deg, #c2daf9, #CFC2F9);