#c2cefe
a pale, electric blue · warm · closest name: lavender
RGB
194, 206, 254
HSL
228°, 97%, 88%
CMYK
24, 19, 0, 0
Luminance
0.6277
Every format
| HEX | #c2cefe |
| RGB | rgb(194, 206, 254) |
| HSL | hsl(228, 97%, 88%) |
| CMYK | cmyk(24%, 19%, 0%, 0%) |
| LAB | lab(83.3 6.0 -24.8) |
| LCH | lch(83.3 25.6 283.6) |
| OKLCH | oklch(0.858 0.068 273.9) |
Copy-ready code
/* CSS */
color: #c2cefe;
background-color: #c2cefe;
/* Tailwind (arbitrary) */
class="text-[#c2cefe] bg-[#c2cefe]"
/* SCSS */
$brand: #c2cefe;
/* SwiftUI */
Color(red: 0.761, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#c2cefe")Accessibility — WCAG contrast
Aa
#c2cefe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cefe on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.8%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#c2cefe text on a black background
contrast 13.55:1
Card sample
#c2cefe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cefe;
Background color
Panel with #c2cefe background
background-color: #c2cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cefe; background: linear-gradient(135deg, #c2cefe, #DEC2FE);