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