#cccfe9
a pale, soft blue · warm · closest name: lavender
RGB
204, 207, 233
HSL
234°, 40%, 86%
CMYK
12, 11, 0, 9
Luminance
0.6335
Every format
| HEX | #cccfe9 |
| RGB | rgb(204, 207, 233) |
| HSL | hsl(234, 40%, 86%) |
| CMYK | cmyk(12%, 11%, 0%, 9%) |
| LAB | lab(83.6 4.0 -13.1) |
| LCH | lch(83.6 13.7 287.1) |
| OKLCH | oklch(0.860 0.036 280.4) |
Copy-ready code
/* CSS */
color: #cccfe9;
background-color: #cccfe9;
/* Tailwind (arbitrary) */
class="text-[#cccfe9] bg-[#cccfe9]"
/* SCSS */
$brand: #cccfe9;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.914)
/* Android */
Color.parseColor("#cccfe9")Accessibility — WCAG contrast
Aa
#cccfe9 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfe9 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue91.4%
CMYK percentages
Cyan12.4%
Magenta11.2%
Yellow0.0%
Key (black)8.6%
Color previews
#cccfe9 text on a black background
contrast 13.67:1
Card sample
#cccfe9 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfe9;
Background color
Panel with #cccfe9 background
background-color: #cccfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfe9; background: linear-gradient(135deg, #cccfe9, #DCCCE9);