#cfccff
a pale, electric blue · warm · closest name: lavender
RGB
207, 204, 255
HSL
244°, 100%, 90%
CMYK
19, 20, 0, 0
Luminance
0.6367
Every format
| HEX | #cfccff |
| RGB | rgb(207, 204, 255) |
| HSL | hsl(244, 100%, 90%) |
| CMYK | cmyk(19%, 20%, 0%, 0%) |
| LAB | lab(83.8 11.2 -24.6) |
| LCH | lch(83.8 27.0 294.5) |
| OKLCH | oklch(0.865 0.070 287.5) |
Copy-ready code
/* CSS */
color: #cfccff;
background-color: #cfccff;
/* Tailwind (arbitrary) */
class="text-[#cfccff] bg-[#cfccff]"
/* SCSS */
$brand: #cfccff;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#cfccff")Accessibility — WCAG contrast
Aa
#cfccff on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfccff on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cfccff text on a black background
contrast 13.73:1
Card sample
#cfccff text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfccff;
Background color
Panel with #cfccff background
background-color: #cfccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfccff; background: linear-gradient(135deg, #cfccff, #F1CCFF);