#fceacf
a pale, electric orange · warm · closest name: beige
RGB
252, 234, 207
HSL
36°, 88%, 90%
CMYK
0, 7, 18, 1
Luminance
0.8405
Every format
| HEX | #fceacf |
| RGB | rgb(252, 234, 207) |
| HSL | hsl(36, 88%, 90%) |
| CMYK | cmyk(0%, 7%, 18%, 1%) |
| LAB | lab(93.5 1.9 15.3) |
| LCH | lch(93.5 15.4 83.1) |
| OKLCH | oklch(0.945 0.041 78.1) |
Copy-ready code
/* CSS */
color: #fceacf;
background-color: #fceacf;
/* Tailwind (arbitrary) */
class="text-[#fceacf] bg-[#fceacf]"
/* SCSS */
$brand: #fceacf;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#fceacf")Accessibility — WCAG contrast
Aa
#fceacf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceacf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow17.9%
Key (black)1.2%
Color previews
#fceacf text on a black background
contrast 17.81:1
Card sample
#fceacf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceacf;
Background color
Panel with #fceacf background
background-color: #fceacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceacf; background: linear-gradient(135deg, #fceacf, #F0FCCF);