#cfe3fd
a pale, electric blue · cool · closest name: lavender
RGB
207, 227, 253
HSL
214°, 92%, 90%
CMYK
18, 10, 0, 1
Luminance
0.7530
Every format
| HEX | #cfe3fd |
| RGB | rgb(207, 227, 253) |
| HSL | hsl(214, 92%, 90%) |
| CMYK | cmyk(18%, 10%, 0%, 1%) |
| LAB | lab(89.5 -1.4 -14.8) |
| LCH | lch(89.5 14.9 264.8) |
| OKLCH | oklch(0.909 0.042 255.0) |
Copy-ready code
/* CSS */
color: #cfe3fd;
background-color: #cfe3fd;
/* Tailwind (arbitrary) */
class="text-[#cfe3fd] bg-[#cfe3fd]"
/* SCSS */
$brand: #cfe3fd;
/* SwiftUI */
Color(red: 0.812, green: 0.890, blue: 0.992)
/* Android */
Color.parseColor("#cfe3fd")Accessibility — WCAG contrast
Aa
#cfe3fd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe3fd on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta10.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cfe3fd text on a black background
contrast 16.06:1
Card sample
#cfe3fd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe3fd;
Background color
Panel with #cfe3fd background
background-color: #cfe3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 227, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 227, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe3fd; background: linear-gradient(135deg, #cfe3fd, #DACFFD);