#cfeefd
a pale, electric cyan · cool · closest name: lavender
RGB
207, 238, 253
HSL
200°, 92%, 90%
CMYK
18, 6, 0, 1
Luminance
0.8151
Every format
| HEX | #cfeefd |
| RGB | rgb(207, 238, 253) |
| HSL | hsl(200, 92%, 90%) |
| CMYK | cmyk(18%, 6%, 0%, 1%) |
| LAB | lab(92.4 -7.0 -10.6) |
| LCH | lch(92.4 12.7 236.5) |
| OKLCH | oklch(0.931 0.038 228.5) |
Copy-ready code
/* CSS */
color: #cfeefd;
background-color: #cfeefd;
/* Tailwind (arbitrary) */
class="text-[#cfeefd] bg-[#cfeefd]"
/* SCSS */
$brand: #cfeefd;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#cfeefd")Accessibility — WCAG contrast
Aa
#cfeefd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeefd on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cfeefd text on a black background
contrast 17.30:1
Card sample
#cfeefd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeefd;
Background color
Panel with #cfeefd background
background-color: #cfeefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeefd; background: linear-gradient(135deg, #cfeefd, #CFCFFD);