#cccfe3
a light, soft blue · warm · closest name: lavender
RGB
204, 207, 227
HSL
232°, 29%, 85%
CMYK
10, 9, 0, 11
Luminance
0.6301
Every format
| HEX | #cccfe3 |
| RGB | rgb(204, 207, 227) |
| HSL | hsl(232, 29%, 85%) |
| CMYK | cmyk(10%, 9%, 0%, 11%) |
| LAB | lab(83.5 2.8 -10.2) |
| LCH | lch(83.5 10.6 285.4) |
| OKLCH | oklch(0.858 0.028 279.0) |
Copy-ready code
/* CSS */
color: #cccfe3;
background-color: #cccfe3;
/* Tailwind (arbitrary) */
class="text-[#cccfe3] bg-[#cccfe3]"
/* SCSS */
$brand: #cccfe3;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.890)
/* Android */
Color.parseColor("#cccfe3")Accessibility — WCAG contrast
Aa
#cccfe3 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfe3 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue89.0%
CMYK percentages
Cyan10.1%
Magenta8.8%
Yellow0.0%
Key (black)11.0%
Color previews
#cccfe3 text on a black background
contrast 13.60:1
Card sample
#cccfe3 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfe3;
Background color
Panel with #cccfe3 background
background-color: #cccfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfe3; background: linear-gradient(135deg, #cccfe3, #D8CCE3);