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