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