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