#ffe7c3
a pale, electric orange · warm · closest name: beige
RGB
255, 231, 195
HSL
36°, 100%, 88%
CMYK
0, 9, 24, 0
Luminance
0.8235
Every format
| HEX | #ffe7c3 |
| RGB | rgb(255, 231, 195) |
| HSL | hsl(36, 100%, 88%) |
| CMYK | cmyk(0%, 9%, 24%, 0%) |
| LAB | lab(92.7 2.8 20.5) |
| LCH | lch(92.7 20.7 82.3) |
| OKLCH | oklch(0.938 0.054 78.0) |
Copy-ready code
/* CSS */
color: #ffe7c3;
background-color: #ffe7c3;
/* Tailwind (arbitrary) */
class="text-[#ffe7c3] bg-[#ffe7c3]"
/* SCSS */
$brand: #ffe7c3;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.765)
/* Android */
Color.parseColor("#ffe7c3")Accessibility — WCAG contrast
Aa
#ffe7c3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7c3 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow23.5%
Key (black)0.0%
Color previews
#ffe7c3 text on a black background
contrast 17.47:1
Card sample
#ffe7c3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7c3;
Background color
Panel with #ffe7c3 background
background-color: #ffe7c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7c3; background: linear-gradient(135deg, #ffe7c3, #EFFFC3);