#d0fceb
a pale, electric green · cool · closest name: beige
RGB
208, 252, 235
HSL
157°, 88%, 90%
CMYK
18, 0, 7, 1
Luminance
0.8903
Every format
| HEX | #d0fceb |
| RGB | rgb(208, 252, 235) |
| HSL | hsl(157, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 7%, 1%) |
| LAB | lab(95.6 -17.3 3.5) |
| LCH | lch(95.6 17.6 168.6) |
| OKLCH | oklch(0.956 0.051 169.8) |
Copy-ready code
/* CSS */
color: #d0fceb;
background-color: #d0fceb;
/* Tailwind (arbitrary) */
class="text-[#d0fceb] bg-[#d0fceb]"
/* SCSS */
$brand: #d0fceb;
/* SwiftUI */
Color(red: 0.816, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#d0fceb")Accessibility — WCAG contrast
Aa
#d0fceb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fceb on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#d0fceb text on a black background
contrast 18.81:1
Card sample
#d0fceb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fceb;
Background color
Panel with #d0fceb background
background-color: #d0fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fceb; background: linear-gradient(135deg, #d0fceb, #D0F0FC);