#cfeebe
a light, vivid green · cool · closest name: beige
RGB
207, 238, 190
HSL
99°, 59%, 84%
CMYK
13, 0, 20, 7
Luminance
0.7813
Every format
| HEX | #cfeebe |
| RGB | rgb(207, 238, 190) |
| HSL | hsl(99, 59%, 84%) |
| CMYK | cmyk(13%, 0%, 20%, 7%) |
| LAB | lab(90.8 -18.6 19.9) |
| LCH | lch(90.8 27.3 133.1) |
| OKLCH | oklch(0.914 0.072 134.5) |
Copy-ready code
/* CSS */
color: #cfeebe;
background-color: #cfeebe;
/* Tailwind (arbitrary) */
class="text-[#cfeebe] bg-[#cfeebe]"
/* SCSS */
$brand: #cfeebe;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.745)
/* Android */
Color.parseColor("#cfeebe")Accessibility — WCAG contrast
Aa
#cfeebe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeebe on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue74.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow20.2%
Key (black)6.7%
Color previews
#cfeebe text on a black background
contrast 16.63:1
Card sample
#cfeebe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeebe;
Background color
Panel with #cfeebe background
background-color: #cfeebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeebe; background: linear-gradient(135deg, #cfeebe, #BEEECD);