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