#cccfe0
a light, soft blue · warm · closest name: lavender
RGB
204, 207, 224
HSL
231°, 24%, 84%
CMYK
9, 8, 0, 12
Luminance
0.6284
Every format
| HEX | #cccfe0 |
| RGB | rgb(204, 207, 224) |
| HSL | hsl(231, 24%, 84%) |
| CMYK | cmyk(9%, 8%, 0%, 12%) |
| LAB | lab(83.4 2.2 -8.7) |
| LCH | lch(83.4 9.0 284.3) |
| OKLCH | oklch(0.857 0.024 277.9) |
Copy-ready code
/* CSS */
color: #cccfe0;
background-color: #cccfe0;
/* Tailwind (arbitrary) */
class="text-[#cccfe0] bg-[#cccfe0]"
/* SCSS */
$brand: #cccfe0;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.878)
/* Android */
Color.parseColor("#cccfe0")Accessibility — WCAG contrast
Aa
#cccfe0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfe0 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue87.8%
CMYK percentages
Cyan8.9%
Magenta7.6%
Yellow0.0%
Key (black)12.2%
Color previews
#cccfe0 text on a black background
contrast 13.57:1
Card sample
#cccfe0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfe0;
Background color
Panel with #cccfe0 background
background-color: #cccfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfe0; background: linear-gradient(135deg, #cccfe0, #D6CCE0);