#cfedf7
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 237, 247
HSL
195°, 71%, 89%
CMYK
16, 4, 0, 3
Luminance
0.8055
Every format
| HEX | #cfedf7 |
| RGB | rgb(207, 237, 247) |
| HSL | hsl(195, 71%, 89%) |
| CMYK | cmyk(16%, 4%, 0%, 3%) |
| LAB | lab(91.9 -7.7 -8.1) |
| LCH | lch(91.9 11.2 226.4) |
| OKLCH | oklch(0.927 0.034 219.9) |
Copy-ready code
/* CSS */
color: #cfedf7;
background-color: #cfedf7;
/* Tailwind (arbitrary) */
class="text-[#cfedf7] bg-[#cfedf7]"
/* SCSS */
$brand: #cfedf7;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.969)
/* Android */
Color.parseColor("#cfedf7")Accessibility — WCAG contrast
Aa
#cfedf7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedf7 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta4.0%
Yellow0.0%
Key (black)3.1%
Color previews
#cfedf7 text on a black background
contrast 17.11:1
Card sample
#cfedf7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedf7;
Background color
Panel with #cfedf7 background
background-color: #cfedf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedf7; background: linear-gradient(135deg, #cfedf7, #CFD2F7);