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