#cccfe5
a light, soft blue · warm · closest name: lavender
RGB
204, 207, 229
HSL
233°, 33%, 85%
CMYK
11, 10, 0, 10
Luminance
0.6312
Every format
| HEX | #cccfe5 |
| RGB | rgb(204, 207, 229) |
| HSL | hsl(233, 33%, 85%) |
| CMYK | cmyk(11%, 10%, 0%, 10%) |
| LAB | lab(83.5 3.2 -11.2) |
| LCH | lch(83.5 11.6 286.1) |
| OKLCH | oklch(0.859 0.030 279.6) |
Copy-ready code
/* CSS */
color: #cccfe5;
background-color: #cccfe5;
/* Tailwind (arbitrary) */
class="text-[#cccfe5] bg-[#cccfe5]"
/* SCSS */
$brand: #cccfe5;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.898)
/* Android */
Color.parseColor("#cccfe5")Accessibility — WCAG contrast
Aa
#cccfe5 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfe5 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue89.8%
CMYK percentages
Cyan10.9%
Magenta9.6%
Yellow0.0%
Key (black)10.2%
Color previews
#cccfe5 text on a black background
contrast 13.62:1
Card sample
#cccfe5 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfe5;
Background color
Panel with #cccfe5 background
background-color: #cccfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfe5; background: linear-gradient(135deg, #cccfe5, #DACCE5);