#cfebfd
a pale, electric blue · cool · closest name: lavender
RGB
207, 235, 253
HSL
204°, 92%, 90%
CMYK
18, 7, 0, 1
Luminance
0.7977
Every format
| HEX | #cfebfd |
| RGB | rgb(207, 235, 253) |
| HSL | hsl(204, 92%, 90%) |
| CMYK | cmyk(18%, 7%, 0%, 1%) |
| LAB | lab(91.6 -5.5 -11.8) |
| LCH | lch(91.6 13.0 245.0) |
| OKLCH | oklch(0.925 0.038 236.1) |
Copy-ready code
/* CSS */
color: #cfebfd;
background-color: #cfebfd;
/* Tailwind (arbitrary) */
class="text-[#cfebfd] bg-[#cfebfd]"
/* SCSS */
$brand: #cfebfd;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#cfebfd")Accessibility — WCAG contrast
Aa
#cfebfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebfd on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cfebfd text on a black background
contrast 16.95:1
Card sample
#cfebfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebfd;
Background color
Panel with #cfebfd background
background-color: #cfebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebfd; background: linear-gradient(135deg, #cfebfd, #D2CFFD);