#ccc3fa
a pale, electric blue · warm · closest name: plum
RGB
204, 195, 250
HSL
250°, 85%, 87%
CMYK
18, 22, 0, 2
Luminance
0.5877
Every format
| HEX | #ccc3fa |
| RGB | rgb(204, 195, 250) |
| HSL | hsl(250, 85%, 87%) |
| CMYK | cmyk(18%, 22%, 0%, 2%) |
| LAB | lab(81.2 14.0 -25.9) |
| LCH | lch(81.2 29.5 298.4) |
| OKLCH | oklch(0.843 0.076 292.2) |
Copy-ready code
/* CSS */
color: #ccc3fa;
background-color: #ccc3fa;
/* Tailwind (arbitrary) */
class="text-[#ccc3fa] bg-[#ccc3fa]"
/* SCSS */
$brand: #ccc3fa;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.980)
/* Android */
Color.parseColor("#ccc3fa")Accessibility — WCAG contrast
Aa
#ccc3fa on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3fa on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue98.0%
CMYK percentages
Cyan18.4%
Magenta22.0%
Yellow0.0%
Key (black)2.0%
Color previews
#ccc3fa text on a black background
contrast 12.75:1
Card sample
#ccc3fa text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3fa;
Background color
Panel with #ccc3fa background
background-color: #ccc3fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3fa; background: linear-gradient(135deg, #ccc3fa, #F1C3FA);