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