#cccfe6
a pale, soft blue · warm · closest name: lavender
RGB
204, 207, 230
HSL
233°, 34%, 85%
CMYK
11, 10, 0, 10
Luminance
0.6318
Every format
| HEX | #cccfe6 |
| RGB | rgb(204, 207, 230) |
| HSL | hsl(233, 34%, 85%) |
| CMYK | cmyk(11%, 10%, 0%, 10%) |
| LAB | lab(83.5 3.4 -11.7) |
| LCH | lch(83.5 12.2 286.3) |
| OKLCH | oklch(0.859 0.032 279.8) |
Copy-ready code
/* CSS */
color: #cccfe6;
background-color: #cccfe6;
/* Tailwind (arbitrary) */
class="text-[#cccfe6] bg-[#cccfe6]"
/* SCSS */
$brand: #cccfe6;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.902)
/* Android */
Color.parseColor("#cccfe6")Accessibility — WCAG contrast
Aa
#cccfe6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfe6 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue90.2%
CMYK percentages
Cyan11.3%
Magenta10.0%
Yellow0.0%
Key (black)9.8%
Color previews
#cccfe6 text on a black background
contrast 13.64:1
Card sample
#cccfe6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfe6;
Background color
Panel with #cccfe6 background
background-color: #cccfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfe6; background: linear-gradient(135deg, #cccfe6, #DACCE6);