#ffc062
a light, electric orange · warm · closest name: peru
RGB
255, 192, 98
HSL
36°, 100%, 69%
CMYK
0, 25, 62, 0
Luminance
0.5984
Every format
| HEX | #ffc062 |
| RGB | rgb(255, 192, 98) |
| HSL | hsl(36, 100%, 69%) |
| CMYK | cmyk(0%, 25%, 62%, 0%) |
| LAB | lab(81.8 13.0 55.2) |
| LCH | lch(81.8 56.7 76.8) |
| OKLCH | oklch(0.848 0.132 75.2) |
Copy-ready code
/* CSS */
color: #ffc062;
background-color: #ffc062;
/* Tailwind (arbitrary) */
class="text-[#ffc062] bg-[#ffc062]"
/* SCSS */
$brand: #ffc062;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.384)
/* Android */
Color.parseColor("#ffc062")Accessibility — WCAG contrast
Aa
#ffc062 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc062 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow61.6%
Key (black)0.0%
Color previews
#ffc062 text on a black background
contrast 12.97:1
Card sample
#ffc062 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc062;
Background color
Panel with #ffc062 background
background-color: #ffc062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc062; background: linear-gradient(135deg, #ffc062, #D5FF62);