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