#cfeecb
a pale, vivid green · cool · closest name: beige
RGB
207, 238, 203
HSL
113°, 51%, 87%
CMYK
13, 0, 15, 7
Luminance
0.7873
Every format
| HEX | #cfeecb |
| RGB | rgb(207, 238, 203) |
| HSL | hsl(113, 51%, 87%) |
| CMYK | cmyk(13%, 0%, 15%, 7%) |
| LAB | lab(91.1 -16.5 13.6) |
| LCH | lch(91.1 21.4 140.5) |
| OKLCH | oklch(0.917 0.057 142.0) |
Copy-ready code
/* CSS */
color: #cfeecb;
background-color: #cfeecb;
/* Tailwind (arbitrary) */
class="text-[#cfeecb] bg-[#cfeecb]"
/* SCSS */
$brand: #cfeecb;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.796)
/* Android */
Color.parseColor("#cfeecb")Accessibility — WCAG contrast
Aa
#cfeecb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeecb on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue79.6%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow14.7%
Key (black)6.7%
Color previews
#cfeecb text on a black background
contrast 16.75:1
Card sample
#cfeecb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeecb;
Background color
Panel with #cfeecb background
background-color: #cfeecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeecb; background: linear-gradient(135deg, #cfeecb, #CBEEDE);