#cfe3bf
a light, soft green · cool · closest name: beige
RGB
207, 227, 191
HSL
93°, 39%, 82%
CMYK
9, 0, 16, 11
Luminance
0.7197
Every format
| HEX | #cfe3bf |
| RGB | rgb(207, 227, 191) |
| HSL | hsl(93, 39%, 82%) |
| CMYK | cmyk(9%, 0%, 16%, 11%) |
| LAB | lab(88.0 -13.0 15.4) |
| LCH | lch(88.0 20.1 130.3) |
| OKLCH | oklch(0.891 0.053 131.2) |
Copy-ready code
/* CSS */
color: #cfe3bf;
background-color: #cfe3bf;
/* Tailwind (arbitrary) */
class="text-[#cfe3bf] bg-[#cfe3bf]"
/* SCSS */
$brand: #cfe3bf;
/* SwiftUI */
Color(red: 0.812, green: 0.890, blue: 0.749)
/* Android */
Color.parseColor("#cfe3bf")Accessibility — WCAG contrast
Aa
#cfe3bf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe3bf on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.0%
Blue74.9%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow15.9%
Key (black)11.0%
Color previews
#cfe3bf text on a black background
contrast 15.39:1
Card sample
#cfe3bf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe3bf;
Background color
Panel with #cfe3bf background
background-color: #cfe3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 227, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 227, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe3bf; background: linear-gradient(135deg, #cfe3bf, #BFE3C7);