#ececcf
a pale, soft yellow · cool · closest name: beige
RGB
236, 236, 207
HSL
60°, 43%, 87%
CMYK
0, 0, 12, 8
Luminance
0.8233
Every format
| HEX | #ececcf |
| RGB | rgb(236, 236, 207) |
| HSL | hsl(60, 43%, 87%) |
| CMYK | cmyk(0%, 0%, 12%, 8%) |
| LAB | lab(92.7 -4.8 14.1) |
| LCH | lch(92.7 14.9 109.0) |
| OKLCH | oklch(0.935 0.038 107.1) |
Copy-ready code
/* CSS */
color: #ececcf;
background-color: #ececcf;
/* Tailwind (arbitrary) */
class="text-[#ececcf] bg-[#ececcf]"
/* SCSS */
$brand: #ececcf;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#ececcf")Accessibility — WCAG contrast
Aa
#ececcf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececcf on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#ececcf text on a black background
contrast 17.47:1
Card sample
#ececcf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececcf;
Background color
Panel with #ececcf background
background-color: #ececcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececcf; background: linear-gradient(135deg, #ececcf, #D9ECCF);