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