#cfefed
a pale, vivid cyan · cool · closest name: white
RGB
207, 239, 237
HSL
176°, 50%, 88%
CMYK
13, 0, 1, 6
Luminance
0.8111
Every format
| HEX | #cfefed |
| RGB | rgb(207, 239, 237) |
| HSL | hsl(176, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 1%, 6%) |
| LAB | lab(92.2 -10.8 -2.5) |
| LCH | lch(92.2 11.1 193.3) |
| OKLCH | oklch(0.928 0.034 192.0) |
Copy-ready code
/* CSS */
color: #cfefed;
background-color: #cfefed;
/* Tailwind (arbitrary) */
class="text-[#cfefed] bg-[#cfefed]"
/* SCSS */
$brand: #cfefed;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.929)
/* Android */
Color.parseColor("#cfefed")Accessibility — WCAG contrast
Aa
#cfefed on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefed on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue92.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow0.8%
Key (black)6.3%
Color previews
#cfefed text on a black background
contrast 17.22:1
Card sample
#cfefed text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefed;
Background color
Panel with #cfefed background
background-color: #cfefed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefed; background: linear-gradient(135deg, #cfefed, #CFDCEF);