#cccfff
a pale, electric blue · warm · closest name: lavender
RGB
204, 207, 255
HSL
237°, 100%, 90%
CMYK
20, 19, 0, 0
Luminance
0.6468
Every format
| HEX | #cccfff |
| RGB | rgb(204, 207, 255) |
| HSL | hsl(237, 100%, 90%) |
| CMYK | cmyk(20%, 19%, 0%, 0%) |
| LAB | lab(84.3 8.7 -23.8) |
| LCH | lch(84.3 25.3 290.1) |
| OKLCH | oklch(0.868 0.066 282.1) |
Copy-ready code
/* CSS */
color: #cccfff;
background-color: #cccfff;
/* Tailwind (arbitrary) */
class="text-[#cccfff] bg-[#cccfff]"
/* SCSS */
$brand: #cccfff;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#cccfff")Accessibility — WCAG contrast
Aa
#cccfff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfff on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cccfff text on a black background
contrast 13.94:1
Card sample
#cccfff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfff;
Background color
Panel with #cccfff background
background-color: #cccfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfff; background: linear-gradient(135deg, #cccfff, #EBCCFF);