#cfefac
a light, vivid green · cool · closest name: khaki
RGB
207, 239, 172
HSL
89°, 68%, 81%
CMYK
13, 0, 28, 6
Luminance
0.7798
Every format
| HEX | #cfefac |
| RGB | rgb(207, 239, 172) |
| HSL | hsl(89, 68%, 81%) |
| CMYK | cmyk(13%, 0%, 28%, 6%) |
| LAB | lab(90.8 -21.9 29.1) |
| LCH | lch(90.8 36.4 127.0) |
| OKLCH | oklch(0.913 0.094 128.9) |
Copy-ready code
/* CSS */
color: #cfefac;
background-color: #cfefac;
/* Tailwind (arbitrary) */
class="text-[#cfefac] bg-[#cfefac]"
/* SCSS */
$brand: #cfefac;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#cfefac")Accessibility — WCAG contrast
Aa
#cfefac on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefac on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue67.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#cfefac text on a black background
contrast 16.60:1
Card sample
#cfefac text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefac;
Background color
Panel with #cfefac background
background-color: #cfefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefac; background: linear-gradient(135deg, #cfefac, #ACEFB6);