#c3cfee
a light, vivid blue · cool · closest name: lavender
RGB
195, 207, 238
HSL
223°, 56%, 85%
CMYK
18, 13, 0, 7
Luminance
0.6240
Every format
| HEX | #c3cfee |
| RGB | rgb(195, 207, 238) |
| HSL | hsl(223, 56%, 85%) |
| CMYK | cmyk(18%, 13%, 0%, 7%) |
| LAB | lab(83.1 2.2 -16.6) |
| LCH | lch(83.1 16.8 277.7) |
| OKLCH | oklch(0.855 0.045 268.7) |
Copy-ready code
/* CSS */
color: #c3cfee;
background-color: #c3cfee;
/* Tailwind (arbitrary) */
class="text-[#c3cfee] bg-[#c3cfee]"
/* SCSS */
$brand: #c3cfee;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#c3cfee")Accessibility — WCAG contrast
Aa
#c3cfee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cfee on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c3cfee text on a black background
contrast 13.48:1
Card sample
#c3cfee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cfee;
Background color
Panel with #c3cfee background
background-color: #c3cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cfee; background: linear-gradient(135deg, #c3cfee, #D4C3EE);