#dfecbb
a light, vivid green · cool · closest name: beige
RGB
223, 236, 187
HSL
76°, 56%, 83%
CMYK
6, 0, 21, 8
Luminance
0.7927
Every format
| HEX | #dfecbb |
| RGB | rgb(223, 236, 187) |
| HSL | hsl(76, 56%, 83%) |
| CMYK | cmyk(6%, 0%, 21%, 8%) |
| LAB | lab(91.3 -12.5 22.4) |
| LCH | lch(91.3 25.6 119.2) |
| OKLCH | oklch(0.921 0.066 119.8) |
Copy-ready code
/* CSS */
color: #dfecbb;
background-color: #dfecbb;
/* Tailwind (arbitrary) */
class="text-[#dfecbb] bg-[#dfecbb]"
/* SCSS */
$brand: #dfecbb;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.733)
/* Android */
Color.parseColor("#dfecbb")Accessibility — WCAG contrast
Aa
#dfecbb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfecbb on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue73.3%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow20.8%
Key (black)7.5%
Color previews
#dfecbb text on a black background
contrast 16.85:1
Card sample
#dfecbb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfecbb;
Background color
Panel with #dfecbb background
background-color: #dfecbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfecbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfecbb; background: linear-gradient(135deg, #dfecbb, #BEECBB);