#ffeccf
a pale, electric orange · warm · closest name: beige
RGB
255, 236, 207
HSL
36°, 100%, 91%
CMYK
0, 8, 19, 0
Luminance
0.8576
Every format
| HEX | #ffeccf |
| RGB | rgb(255, 236, 207) |
| HSL | hsl(36, 100%, 91%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(94.2 1.9 16.4) |
| LCH | lch(94.2 16.5 83.4) |
| OKLCH | oklch(0.951 0.043 78.5) |
Copy-ready code
/* CSS */
color: #ffeccf;
background-color: #ffeccf;
/* Tailwind (arbitrary) */
class="text-[#ffeccf] bg-[#ffeccf]"
/* SCSS */
$brand: #ffeccf;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#ffeccf")Accessibility — WCAG contrast
Aa
#ffeccf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeccf on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow18.8%
Key (black)0.0%
Color previews
#ffeccf text on a black background
contrast 18.15:1
Card sample
#ffeccf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeccf;
Background color
Panel with #ffeccf background
background-color: #ffeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeccf; background: linear-gradient(135deg, #ffeccf, #F2FFCF);