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