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