#daf2cb
a pale, vivid green · cool · closest name: beige
RGB
218, 242, 203
HSL
97°, 60%, 87%
CMYK
10, 0, 16, 5
Luminance
0.8272
Every format
| HEX | #daf2cb |
| RGB | rgb(218, 242, 203) |
| HSL | hsl(97, 60%, 87%) |
| CMYK | cmyk(10%, 0%, 16%, 5%) |
| LAB | lab(92.9 -14.8 16.2) |
| LCH | lch(92.9 21.9 132.3) |
| OKLCH | oklch(0.933 0.058 133.4) |
Copy-ready code
/* CSS */
color: #daf2cb;
background-color: #daf2cb;
/* Tailwind (arbitrary) */
class="text-[#daf2cb] bg-[#daf2cb]"
/* SCSS */
$brand: #daf2cb;
/* SwiftUI */
Color(red: 0.855, green: 0.949, blue: 0.796)
/* Android */
Color.parseColor("#daf2cb")Accessibility — WCAG contrast
Aa
#daf2cb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf2cb on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green94.9%
Blue79.6%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow16.1%
Key (black)5.1%
Color previews
#daf2cb text on a black background
contrast 17.54:1
Card sample
#daf2cb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf2cb;
Background color
Panel with #daf2cb background
background-color: #daf2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 242, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 242, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf2cb; background: linear-gradient(135deg, #daf2cb, #CBF2D6);