#ccc5fe
a pale, electric blue · warm · closest name: plum
RGB
204, 197, 254
HSL
247°, 97%, 88%
CMYK
20, 22, 0, 0
Luminance
0.5993
Every format
| HEX | #ccc5fe |
| RGB | rgb(204, 197, 254) |
| HSL | hsl(247, 97%, 88%) |
| CMYK | cmyk(20%, 22%, 0%, 0%) |
| LAB | lab(81.8 13.8 -27.1) |
| LCH | lch(81.8 30.4 297.1) |
| OKLCH | oklch(0.848 0.079 290.2) |
Copy-ready code
/* CSS */
color: #ccc5fe;
background-color: #ccc5fe;
/* Tailwind (arbitrary) */
class="text-[#ccc5fe] bg-[#ccc5fe]"
/* SCSS */
$brand: #ccc5fe;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.996)
/* Android */
Color.parseColor("#ccc5fe")Accessibility — WCAG contrast
Aa
#ccc5fe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5fe on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta22.4%
Yellow0.0%
Key (black)0.4%
Color previews
#ccc5fe text on a black background
contrast 12.99:1
Card sample
#ccc5fe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5fe;
Background color
Panel with #ccc5fe background
background-color: #ccc5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5fe; background: linear-gradient(135deg, #ccc5fe, #F2C5FE);