#cfe2bf
a light, soft green · cool · closest name: beige
RGB
207, 226, 191
HSL
93°, 38%, 82%
CMYK
8, 0, 16, 11
Luminance
0.7142
Every format
| HEX | #cfe2bf |
| RGB | rgb(207, 226, 191) |
| HSL | hsl(93, 38%, 82%) |
| CMYK | cmyk(8%, 0%, 16%, 11%) |
| LAB | lab(87.7 -12.5 15.0) |
| LCH | lch(87.7 19.5 129.9) |
| OKLCH | oklch(0.889 0.051 130.7) |
Copy-ready code
/* CSS */
color: #cfe2bf;
background-color: #cfe2bf;
/* Tailwind (arbitrary) */
class="text-[#cfe2bf] bg-[#cfe2bf]"
/* SCSS */
$brand: #cfe2bf;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.749)
/* Android */
Color.parseColor("#cfe2bf")Accessibility — WCAG contrast
Aa
#cfe2bf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2bf on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow15.5%
Key (black)11.4%
Color previews
#cfe2bf text on a black background
contrast 15.28:1
Card sample
#cfe2bf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2bf;
Background color
Panel with #cfe2bf background
background-color: #cfe2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2bf; background: linear-gradient(135deg, #cfe2bf, #BFE2C6);