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