#cccff7
a pale, vivid blue · warm · closest name: lavender
RGB
204, 207, 247
HSL
236°, 73%, 88%
CMYK
17, 16, 0, 3
Luminance
0.6418
Every format
| HEX | #cccff7 |
| RGB | rgb(204, 207, 247) |
| HSL | hsl(236, 73%, 88%) |
| CMYK | cmyk(17%, 16%, 0%, 3%) |
| LAB | lab(84.1 7.0 -19.9) |
| LCH | lch(84.1 21.1 289.3) |
| OKLCH | oklch(0.865 0.055 281.8) |
Copy-ready code
/* CSS */
color: #cccff7;
background-color: #cccff7;
/* Tailwind (arbitrary) */
class="text-[#cccff7] bg-[#cccff7]"
/* SCSS */
$brand: #cccff7;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#cccff7")Accessibility — WCAG contrast
Aa
#cccff7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccff7 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#cccff7 text on a black background
contrast 13.84:1
Card sample
#cccff7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccff7;
Background color
Panel with #cccff7 background
background-color: #cccff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccff7; background: linear-gradient(135deg, #cccff7, #E6CCF7);