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