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