#cfe7fd
a pale, electric blue · cool · closest name: lavender
RGB
207, 231, 253
HSL
209°, 92%, 90%
CMYK
18, 9, 0, 1
Luminance
0.7751
Every format
| HEX | #cfe7fd |
| RGB | rgb(207, 231, 253) |
| HSL | hsl(209, 92%, 90%) |
| CMYK | cmyk(18%, 9%, 0%, 1%) |
| LAB | lab(90.5 -3.4 -13.3) |
| LCH | lch(90.5 13.7 255.6) |
| OKLCH | oklch(0.917 0.040 245.9) |
Copy-ready code
/* CSS */
color: #cfe7fd;
background-color: #cfe7fd;
/* Tailwind (arbitrary) */
class="text-[#cfe7fd] bg-[#cfe7fd]"
/* SCSS */
$brand: #cfe7fd;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#cfe7fd")Accessibility — WCAG contrast
Aa
#cfe7fd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7fd on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cfe7fd text on a black background
contrast 16.50:1
Card sample
#cfe7fd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7fd;
Background color
Panel with #cfe7fd background
background-color: #cfe7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7fd; background: linear-gradient(135deg, #cfe7fd, #D6CFFD);