#ffa25c
a light, electric orange · warm · closest name: peru
RGB
255, 162, 92
HSL
26°, 100%, 68%
CMYK
0, 37, 64, 0
Luminance
0.4787
Every format
| HEX | #ffa25c |
| RGB | rgb(255, 162, 92) |
| HSL | hsl(26, 100%, 68%) |
| CMYK | cmyk(0%, 37%, 64%, 0%) |
| LAB | lab(74.8 28.3 50.0) |
| LCH | lch(74.8 57.5 60.5) |
| OKLCH | oklch(0.793 0.140 56.0) |
Copy-ready code
/* CSS */
color: #ffa25c;
background-color: #ffa25c;
/* Tailwind (arbitrary) */
class="text-[#ffa25c] bg-[#ffa25c]"
/* SCSS */
$brand: #ffa25c;
/* SwiftUI */
Color(red: 1.000, green: 0.635, blue: 0.361)
/* Android */
Color.parseColor("#ffa25c")Accessibility — WCAG contrast
Aa
#ffa25c on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa25c on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green63.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow63.9%
Key (black)0.0%
Color previews
#ffa25c text on a black background
contrast 10.57:1
Card sample
#ffa25c text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa25c;
Background color
Panel with #ffa25c background
background-color: #ffa25c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa25c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 162, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 162, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa25c; background: linear-gradient(135deg, #ffa25c, #EFFF5C);