#cfe2b3
a light, soft green · cool · closest name: beige
RGB
207, 226, 179
HSL
84°, 45%, 79%
CMYK
8, 0, 21, 11
Luminance
0.7091
Every format
| HEX | #cfe2b3 |
| RGB | rgb(207, 226, 179) |
| HSL | hsl(84, 45%, 79%) |
| CMYK | cmyk(8%, 0%, 21%, 11%) |
| LAB | lab(87.4 -14.4 20.9) |
| LCH | lch(87.4 25.4 124.6) |
| OKLCH | oklch(0.887 0.066 125.6) |
Copy-ready code
/* CSS */
color: #cfe2b3;
background-color: #cfe2b3;
/* Tailwind (arbitrary) */
class="text-[#cfe2b3] bg-[#cfe2b3]"
/* SCSS */
$brand: #cfe2b3;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.702)
/* Android */
Color.parseColor("#cfe2b3")Accessibility — WCAG contrast
Aa
#cfe2b3 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe2b3 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue70.2%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow20.8%
Key (black)11.4%
Color previews
#cfe2b3 text on a black background
contrast 15.18:1
Card sample
#cfe2b3 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe2b3;
Background color
Panel with #cfe2b3 background
background-color: #cfe2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe2b3; background: linear-gradient(135deg, #cfe2b3, #B3E2B6);