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