#ffe7cf
a pale, electric orange · warm · closest name: beige
RGB
255, 231, 207
HSL
30°, 100%, 91%
CMYK
0, 9, 19, 0
Luminance
0.8292
Every format
| HEX | #ffe7cf |
| RGB | rgb(255, 231, 207) |
| HSL | hsl(30, 100%, 91%) |
| CMYK | cmyk(0%, 9%, 19%, 0%) |
| LAB | lab(93.0 4.5 14.7) |
| LCH | lch(93.0 15.3 73.1) |
| OKLCH | oklch(0.941 0.041 67.3) |
Copy-ready code
/* CSS */
color: #ffe7cf;
background-color: #ffe7cf;
/* Tailwind (arbitrary) */
class="text-[#ffe7cf] bg-[#ffe7cf]"
/* SCSS */
$brand: #ffe7cf;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.812)
/* Android */
Color.parseColor("#ffe7cf")Accessibility — WCAG contrast
Aa
#ffe7cf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7cf on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow18.8%
Key (black)0.0%
Color previews
#ffe7cf text on a black background
contrast 17.58:1
Card sample
#ffe7cf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7cf;
Background color
Panel with #ffe7cf background
background-color: #ffe7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7cf; background: linear-gradient(135deg, #ffe7cf, #F7FFCF);