#c3cef4
a pale, vivid blue · warm · closest name: lavender
RGB
195, 206, 244
HSL
227°, 69%, 86%
CMYK
20, 16, 0, 4
Luminance
0.6228
Every format
| HEX | #c3cef4 |
| RGB | rgb(195, 206, 244) |
| HSL | hsl(227, 69%, 86%) |
| CMYK | cmyk(20%, 16%, 0%, 4%) |
| LAB | lab(83.1 4.1 -19.9) |
| LCH | lch(83.1 20.3 281.6) |
| OKLCH | oklch(0.855 0.054 272.5) |
Copy-ready code
/* CSS */
color: #c3cef4;
background-color: #c3cef4;
/* Tailwind (arbitrary) */
class="text-[#c3cef4] bg-[#c3cef4]"
/* SCSS */
$brand: #c3cef4;
/* SwiftUI */
Color(red: 0.765, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#c3cef4")Accessibility — WCAG contrast
Aa
#c3cef4 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cef4 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.8%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#c3cef4 text on a black background
contrast 13.46:1
Card sample
#c3cef4 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cef4;
Background color
Panel with #c3cef4 background
background-color: #c3cef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cef4; background: linear-gradient(135deg, #c3cef4, #D9C3F4);