#c3cfff
a pale, electric blue · warm · closest name: lavender
RGB
195, 207, 255
HSL
228°, 100%, 88%
CMYK
24, 19, 0, 0
Luminance
0.6345
Every format
| HEX | #c3cfff |
| RGB | rgb(195, 207, 255) |
| HSL | hsl(228, 100%, 88%) |
| CMYK | cmyk(24%, 19%, 0%, 0%) |
| LAB | lab(83.7 6.0 -24.8) |
| LCH | lch(83.7 25.5 283.6) |
| OKLCH | oklch(0.861 0.068 273.9) |
Copy-ready code
/* CSS */
color: #c3cfff;
background-color: #c3cfff;
/* Tailwind (arbitrary) */
class="text-[#c3cfff] bg-[#c3cfff]"
/* SCSS */
$brand: #c3cfff;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#c3cfff")Accessibility — WCAG contrast
Aa
#c3cfff on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cfff on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c3cfff text on a black background
contrast 13.69:1
Card sample
#c3cfff text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cfff;
Background color
Panel with #c3cfff background
background-color: #c3cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cfff; background: linear-gradient(135deg, #c3cfff, #DFC3FF);