#cfdfff
a pale, electric blue · cool · closest name: lavender
RGB
207, 223, 255
HSL
220°, 100%, 91%
CMYK
19, 13, 0, 0
Luminance
0.7326
Every format
| HEX | #cfdfff |
| RGB | rgb(207, 223, 255) |
| HSL | hsl(220, 100%, 91%) |
| CMYK | cmyk(19%, 13%, 0%, 0%) |
| LAB | lab(88.6 1.1 -17.3) |
| LCH | lch(88.6 17.4 273.8) |
| OKLCH | oklch(0.902 0.047 264.3) |
Copy-ready code
/* CSS */
color: #cfdfff;
background-color: #cfdfff;
/* Tailwind (arbitrary) */
class="text-[#cfdfff] bg-[#cfdfff]"
/* SCSS */
$brand: #cfdfff;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#cfdfff")Accessibility — WCAG contrast
Aa
#cfdfff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfff on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cfdfff text on a black background
contrast 15.65:1
Card sample
#cfdfff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfff;
Background color
Panel with #cfdfff background
background-color: #cfdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfff; background: linear-gradient(135deg, #cfdfff, #DFCFFF);