#d0ffeb
a pale, electric green · cool · closest name: beige
RGB
208, 255, 235
HSL
155°, 100%, 91%
CMYK
18, 0, 8, 0
Luminance
0.9093
Every format
| HEX | #d0ffeb |
| RGB | rgb(208, 255, 235) |
| HSL | hsl(155, 100%, 91%) |
| CMYK | cmyk(18%, 0%, 8%, 0%) |
| LAB | lab(96.4 -18.8 4.6) |
| LCH | lch(96.4 19.3 166.2) |
| OKLCH | oklch(0.962 0.055 167.5) |
Copy-ready code
/* CSS */
color: #d0ffeb;
background-color: #d0ffeb;
/* Tailwind (arbitrary) */
class="text-[#d0ffeb] bg-[#d0ffeb]"
/* SCSS */
$brand: #d0ffeb;
/* SwiftUI */
Color(red: 0.816, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#d0ffeb")Accessibility — WCAG contrast
Aa
#d0ffeb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0ffeb on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green100.0%
Blue92.2%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#d0ffeb text on a black background
contrast 19.19:1
Card sample
#d0ffeb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0ffeb;
Background color
Panel with #d0ffeb background
background-color: #d0ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0ffeb; background: linear-gradient(135deg, #d0ffeb, #D0F4FF);