#daf3b0
a light, vivid green · cool · closest name: khaki
RGB
218, 243, 176
HSL
82°, 74%, 82%
CMYK
10, 0, 28, 5
Luminance
0.8214
Every format
| HEX | #daf3b0 |
| RGB | rgb(218, 243, 176) |
| HSL | hsl(82, 74%, 82%) |
| CMYK | cmyk(10%, 0%, 28%, 5%) |
| LAB | lab(92.6 -19.3 29.7) |
| LCH | lch(92.6 35.4 123.1) |
| OKLCH | oklch(0.930 0.091 124.8) |
Copy-ready code
/* CSS */
color: #daf3b0;
background-color: #daf3b0;
/* Tailwind (arbitrary) */
class="text-[#daf3b0] bg-[#daf3b0]"
/* SCSS */
$brand: #daf3b0;
/* SwiftUI */
Color(red: 0.855, green: 0.953, blue: 0.690)
/* Android */
Color.parseColor("#daf3b0")Accessibility — WCAG contrast
Aa
#daf3b0 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf3b0 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green95.3%
Blue69.0%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow27.6%
Key (black)4.7%
Color previews
#daf3b0 text on a black background
contrast 17.43:1
Card sample
#daf3b0 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf3b0;
Background color
Panel with #daf3b0 background
background-color: #daf3b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf3b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 243, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 243, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf3b0; background: linear-gradient(135deg, #daf3b0, #B0F3B3);