#cfe7bf
a light, vivid green · cool · closest name: beige
RGB
207, 231, 191
HSL
96°, 46%, 83%
CMYK
10, 0, 17, 9
Luminance
0.7418
Every format
| HEX | #cfe7bf |
| RGB | rgb(207, 231, 191) |
| HSL | hsl(96, 46%, 83%) |
| CMYK | cmyk(10%, 0%, 17%, 9%) |
| LAB | lab(89.0 -15.0 16.9) |
| LCH | lch(89.0 22.6 131.7) |
| OKLCH | oklch(0.900 0.059 132.9) |
Copy-ready code
/* CSS */
color: #cfe7bf;
background-color: #cfe7bf;
/* Tailwind (arbitrary) */
class="text-[#cfe7bf] bg-[#cfe7bf]"
/* SCSS */
$brand: #cfe7bf;
/* SwiftUI */
Color(red: 0.812, green: 0.906, blue: 0.749)
/* Android */
Color.parseColor("#cfe7bf")Accessibility — WCAG contrast
Aa
#cfe7bf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe7bf on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.6%
Blue74.9%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow17.3%
Key (black)9.4%
Color previews
#cfe7bf text on a black background
contrast 15.84:1
Card sample
#cfe7bf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe7bf;
Background color
Panel with #cfe7bf background
background-color: #cfe7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 231, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 231, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe7bf; background: linear-gradient(135deg, #cfe7bf, #BFE7CA);