#cfedfc
a pale, electric blue · cool · closest name: lavender
RGB
207, 237, 252
HSL
200°, 88%, 90%
CMYK
18, 6, 0, 1
Luminance
0.8086
Every format
| HEX | #cfedfc |
| RGB | rgb(207, 237, 252) |
| HSL | hsl(200, 88%, 90%) |
| CMYK | cmyk(18%, 6%, 0%, 1%) |
| LAB | lab(92.1 -6.7 -10.5) |
| LCH | lch(92.1 12.5 237.5) |
| OKLCH | oklch(0.929 0.037 229.3) |
Copy-ready code
/* CSS */
color: #cfedfc;
background-color: #cfedfc;
/* Tailwind (arbitrary) */
class="text-[#cfedfc] bg-[#cfedfc]"
/* SCSS */
$brand: #cfedfc;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.988)
/* Android */
Color.parseColor("#cfedfc")Accessibility — WCAG contrast
Aa
#cfedfc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedfc on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta6.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cfedfc text on a black background
contrast 17.17:1
Card sample
#cfedfc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedfc;
Background color
Panel with #cfedfc background
background-color: #cfedfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedfc; background: linear-gradient(135deg, #cfedfc, #CFCFFC);