#ecf3df
a pale, vivid green · cool · closest name: beige
RGB
236, 243, 223
HSL
81°, 46%, 91%
CMYK
3, 0, 8, 5
Luminance
0.8726
Every format
| HEX | #ecf3df |
| RGB | rgb(236, 243, 223) |
| HSL | hsl(81, 46%, 91%) |
| CMYK | cmyk(3%, 0%, 8%, 5%) |
| LAB | lab(94.8 -5.8 8.8) |
| LCH | lch(94.8 10.6 123.2) |
| OKLCH | oklch(0.954 0.027 122.7) |
Copy-ready code
/* CSS */
color: #ecf3df;
background-color: #ecf3df;
/* Tailwind (arbitrary) */
class="text-[#ecf3df] bg-[#ecf3df]"
/* SCSS */
$brand: #ecf3df;
/* SwiftUI */
Color(red: 0.925, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#ecf3df")Accessibility — WCAG contrast
Aa
#ecf3df on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf3df on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green95.3%
Blue87.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#ecf3df text on a black background
contrast 18.45:1
Card sample
#ecf3df text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf3df;
Background color
Panel with #ecf3df background
background-color: #ecf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf3df; background: linear-gradient(135deg, #ecf3df, #DFF3DF);