#ffce8f
a light, electric orange · warm · closest name: tan
RGB
255, 206, 143
HSL
34°, 100%, 78%
CMYK
0, 19, 44, 0
Luminance
0.6739
Every format
| HEX | #ffce8f |
| RGB | rgb(255, 206, 143) |
| HSL | hsl(34, 100%, 78%) |
| CMYK | cmyk(0%, 19%, 44%, 0%) |
| LAB | lab(85.7 9.4 37.8) |
| LCH | lch(85.7 39.0 76.0) |
| OKLCH | oklch(0.880 0.097 73.0) |
Copy-ready code
/* CSS */
color: #ffce8f;
background-color: #ffce8f;
/* Tailwind (arbitrary) */
class="text-[#ffce8f] bg-[#ffce8f]"
/* SCSS */
$brand: #ffce8f;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#ffce8f")Accessibility — WCAG contrast
Aa
#ffce8f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce8f on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow43.9%
Key (black)0.0%
Color previews
#ffce8f text on a black background
contrast 14.48:1
Card sample
#ffce8f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce8f;
Background color
Panel with #ffce8f background
background-color: #ffce8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce8f; background: linear-gradient(135deg, #ffce8f, #E5FF8F);