#daf0ba
a light, vivid green · cool · closest name: beige
RGB
218, 240, 186
HSL
84°, 64%, 84%
CMYK
9, 0, 23, 6
Luminance
0.8077
Every format
| HEX | #daf0ba |
| RGB | rgb(218, 240, 186) |
| HSL | hsl(84, 64%, 84%) |
| CMYK | cmyk(9%, 0%, 23%, 6%) |
| LAB | lab(92.0 -16.4 23.8) |
| LCH | lch(92.0 28.9 124.6) |
| OKLCH | oklch(0.925 0.075 125.8) |
Copy-ready code
/* CSS */
color: #daf0ba;
background-color: #daf0ba;
/* Tailwind (arbitrary) */
class="text-[#daf0ba] bg-[#daf0ba]"
/* SCSS */
$brand: #daf0ba;
/* SwiftUI */
Color(red: 0.855, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#daf0ba")Accessibility — WCAG contrast
Aa
#daf0ba on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf0ba on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green94.1%
Blue72.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#daf0ba text on a black background
contrast 17.15:1
Card sample
#daf0ba text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf0ba;
Background color
Panel with #daf0ba background
background-color: #daf0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf0ba; background: linear-gradient(135deg, #daf0ba, #BAF0BE);