#cfccee
a pale, vivid blue · warm · closest name: lavender
RGB
207, 204, 238
HSL
245°, 50%, 87%
CMYK
13, 14, 0, 7
Luminance
0.6262
Every format
| HEX | #cfccee |
| RGB | rgb(207, 204, 238) |
| HSL | hsl(245, 50%, 87%) |
| CMYK | cmyk(13%, 14%, 0%, 7%) |
| LAB | lab(83.2 7.6 -16.4) |
| LCH | lch(83.2 18.0 295.0) |
| OKLCH | oklch(0.858 0.047 289.4) |
Copy-ready code
/* CSS */
color: #cfccee;
background-color: #cfccee;
/* Tailwind (arbitrary) */
class="text-[#cfccee] bg-[#cfccee]"
/* SCSS */
$brand: #cfccee;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#cfccee")Accessibility — WCAG contrast
Aa
#cfccee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccee on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cfccee text on a black background
contrast 13.52:1
Card sample
#cfccee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccee;
Background color
Panel with #cfccee background
background-color: #cfccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccee; background: linear-gradient(135deg, #cfccee, #E6CCEE);