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