#ffcf9c
a light, electric orange · warm · closest name: tan
RGB
255, 207, 156
HSL
31°, 100%, 81%
CMYK
0, 19, 39, 0
Luminance
0.6829
Every format
| HEX | #ffcf9c |
| RGB | rgb(255, 207, 156) |
| HSL | hsl(31, 100%, 81%) |
| CMYK | cmyk(0%, 19%, 39%, 0%) |
| LAB | lab(86.2 10.3 31.7) |
| LCH | lch(86.2 33.4 72.1) |
| OKLCH | oklch(0.884 0.085 68.1) |
Copy-ready code
/* CSS */
color: #ffcf9c;
background-color: #ffcf9c;
/* Tailwind (arbitrary) */
class="text-[#ffcf9c] bg-[#ffcf9c]"
/* SCSS */
$brand: #ffcf9c;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.612)
/* Android */
Color.parseColor("#ffcf9c")Accessibility — WCAG contrast
Aa
#ffcf9c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf9c on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow38.8%
Key (black)0.0%
Color previews
#ffcf9c text on a black background
contrast 14.66:1
Card sample
#ffcf9c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf9c;
Background color
Panel with #ffcf9c background
background-color: #ffcf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf9c; background: linear-gradient(135deg, #ffcf9c, #EDFF9C);