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