#c2cffb
a pale, electric blue · warm · closest name: lavender
RGB
194, 207, 251
HSL
226°, 88%, 87%
CMYK
23, 18, 0, 2
Luminance
0.6306
Every format
| HEX | #c2cffb |
| RGB | rgb(194, 207, 251) |
| HSL | hsl(226, 88%, 87%) |
| CMYK | cmyk(23%, 18%, 0%, 2%) |
| LAB | lab(83.5 4.8 -23.0) |
| LCH | lch(83.5 23.5 281.8) |
| OKLCH | oklch(0.859 0.063 272.1) |
Copy-ready code
/* CSS */
color: #c2cffb;
background-color: #c2cffb;
/* Tailwind (arbitrary) */
class="text-[#c2cffb] bg-[#c2cffb]"
/* SCSS */
$brand: #c2cffb;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#c2cffb")Accessibility — WCAG contrast
Aa
#c2cffb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cffb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue98.4%
CMYK percentages
Cyan22.7%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#c2cffb text on a black background
contrast 13.61:1
Card sample
#c2cffb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cffb;
Background color
Panel with #c2cffb background
background-color: #c2cffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cffb; background: linear-gradient(135deg, #c2cffb, #DBC2FB);