#cfecec
a pale, soft cyan · cool · closest name: white
RGB
207, 236, 236
HSL
180°, 43%, 87%
CMYK
12, 0, 0, 8
Luminance
0.7931
Every format
| HEX | #cfecec |
| RGB | rgb(207, 236, 236) |
| HSL | hsl(180, 43%, 87%) |
| CMYK | cmyk(12%, 0%, 0%, 8%) |
| LAB | lab(91.4 -9.4 -3.2) |
| LCH | lch(91.4 10.0 198.7) |
| OKLCH | oklch(0.922 0.030 196.6) |
Copy-ready code
/* CSS */
color: #cfecec;
background-color: #cfecec;
/* Tailwind (arbitrary) */
class="text-[#cfecec] bg-[#cfecec]"
/* SCSS */
$brand: #cfecec;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#cfecec")Accessibility — WCAG contrast
Aa
#cfecec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfecec on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#cfecec text on a black background
contrast 16.86:1
Card sample
#cfecec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfecec;
Background color
Panel with #cfecec background
background-color: #cfecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfecec; background: linear-gradient(135deg, #cfecec, #CFD9EC);