#c3cff3
a pale, vivid blue · warm · closest name: lavender
RGB
195, 207, 243
HSL
225°, 67%, 86%
CMYK
20, 15, 0, 5
Luminance
0.6270
Every format
| HEX | #c3cff3 |
| RGB | rgb(195, 207, 243) |
| HSL | hsl(225, 67%, 86%) |
| CMYK | cmyk(20%, 15%, 0%, 5%) |
| LAB | lab(83.3 3.3 -19.0) |
| LCH | lch(83.3 19.3 279.9) |
| OKLCH | oklch(0.857 0.052 270.7) |
Copy-ready code
/* CSS */
color: #c3cff3;
background-color: #c3cff3;
/* Tailwind (arbitrary) */
class="text-[#c3cff3] bg-[#c3cff3]"
/* SCSS */
$brand: #c3cff3;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.953)
/* Android */
Color.parseColor("#c3cff3")Accessibility — WCAG contrast
Aa
#c3cff3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cff3 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue95.3%
CMYK percentages
Cyan19.8%
Magenta14.8%
Yellow0.0%
Key (black)4.7%
Color previews
#c3cff3 text on a black background
contrast 13.54:1
Card sample
#c3cff3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cff3;
Background color
Panel with #c3cff3 background
background-color: #c3cff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cff3; background: linear-gradient(135deg, #c3cff3, #D7C3F3);