#ffc992
a light, electric orange · warm · closest name: tan
RGB
255, 201, 146
HSL
30°, 100%, 79%
CMYK
0, 21, 43, 0
Luminance
0.6511
Every format
| HEX | #ffc992 |
| RGB | rgb(255, 201, 146) |
| HSL | hsl(30, 100%, 79%) |
| CMYK | cmyk(0%, 21%, 43%, 0%) |
| LAB | lab(84.5 12.3 34.8) |
| LCH | lch(84.5 36.9 70.5) |
| OKLCH | oklch(0.871 0.094 66.6) |
Copy-ready code
/* CSS */
color: #ffc992;
background-color: #ffc992;
/* Tailwind (arbitrary) */
class="text-[#ffc992] bg-[#ffc992]"
/* SCSS */
$brand: #ffc992;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#ffc992")Accessibility — WCAG contrast
Aa
#ffc992 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc992 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow42.7%
Key (black)0.0%
Color previews
#ffc992 text on a black background
contrast 14.02:1
Card sample
#ffc992 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc992;
Background color
Panel with #ffc992 background
background-color: #ffc992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc992; background: linear-gradient(135deg, #ffc992, #ECFF92);