#cccff5
a pale, vivid blue · warm · closest name: lavender
RGB
204, 207, 245
HSL
236°, 67%, 88%
CMYK
17, 16, 0, 4
Luminance
0.6406
Every format
| HEX | #cccff5 |
| RGB | rgb(204, 207, 245) |
| HSL | hsl(236, 67%, 88%) |
| CMYK | cmyk(17%, 16%, 0%, 4%) |
| LAB | lab(84.0 6.5 -19.0) |
| LCH | lch(84.0 20.1 289.0) |
| OKLCH | oklch(0.864 0.053 281.7) |
Copy-ready code
/* CSS */
color: #cccff5;
background-color: #cccff5;
/* Tailwind (arbitrary) */
class="text-[#cccff5] bg-[#cccff5]"
/* SCSS */
$brand: #cccff5;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.961)
/* Android */
Color.parseColor("#cccff5")Accessibility — WCAG contrast
Aa
#cccff5 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccff5 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta15.5%
Yellow0.0%
Key (black)3.9%
Color previews
#cccff5 text on a black background
contrast 13.81:1
Card sample
#cccff5 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccff5;
Background color
Panel with #cccff5 background
background-color: #cccff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccff5; background: linear-gradient(135deg, #cccff5, #E4CCF5);