#ecf7cb
a pale, vivid green · cool · closest name: beige
RGB
236, 247, 203
HSL
75°, 73%, 88%
CMYK
5, 0, 18, 3
Luminance
0.8867
Every format
| HEX | #ecf7cb |
| RGB | rgb(236, 247, 203) |
| HSL | hsl(75, 73%, 88%) |
| CMYK | cmyk(5%, 0%, 18%, 3%) |
| LAB | lab(95.4 -11.0 20.0) |
| LCH | lch(95.4 22.8 118.8) |
| OKLCH | oklch(0.957 0.059 118.9) |
Copy-ready code
/* CSS */
color: #ecf7cb;
background-color: #ecf7cb;
/* Tailwind (arbitrary) */
class="text-[#ecf7cb] bg-[#ecf7cb]"
/* SCSS */
$brand: #ecf7cb;
/* SwiftUI */
Color(red: 0.925, green: 0.969, blue: 0.796)
/* Android */
Color.parseColor("#ecf7cb")Accessibility — WCAG contrast
Aa
#ecf7cb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf7cb on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.9%
Blue79.6%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow17.8%
Key (black)3.1%
Color previews
#ecf7cb text on a black background
contrast 18.73:1
Card sample
#ecf7cb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf7cb;
Background color
Panel with #ecf7cb background
background-color: #ecf7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 247, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 247, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf7cb; background: linear-gradient(135deg, #ecf7cb, #CFF7CB);