#dfeabb
a light, vivid green · cool · closest name: beige
RGB
223, 234, 187
HSL
74°, 53%, 83%
CMYK
5, 0, 20, 8
Luminance
0.7812
Every format
| HEX | #dfeabb |
| RGB | rgb(223, 234, 187) |
| HSL | hsl(74, 53%, 83%) |
| CMYK | cmyk(5%, 0%, 20%, 8%) |
| LAB | lab(90.8 -11.5 21.6) |
| LCH | lch(90.8 24.5 118.0) |
| OKLCH | oklch(0.917 0.063 118.4) |
Copy-ready code
/* CSS */
color: #dfeabb;
background-color: #dfeabb;
/* Tailwind (arbitrary) */
class="text-[#dfeabb] bg-[#dfeabb]"
/* SCSS */
$brand: #dfeabb;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.733)
/* Android */
Color.parseColor("#dfeabb")Accessibility — WCAG contrast
Aa
#dfeabb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeabb on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue73.3%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow20.1%
Key (black)8.2%
Color previews
#dfeabb text on a black background
contrast 16.62:1
Card sample
#dfeabb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeabb;
Background color
Panel with #dfeabb background
background-color: #dfeabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeabb; background: linear-gradient(135deg, #dfeabb, #C0EABB);