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