#ffb25f
a light, electric orange · warm · closest name: peru
RGB
255, 178, 95
HSL
31°, 100%, 69%
CMYK
0, 30, 63, 0
Luminance
0.5393
Every format
| HEX | #ffb25f |
| RGB | rgb(255, 178, 95) |
| HSL | hsl(31, 100%, 69%) |
| CMYK | cmyk(0%, 30%, 63%, 0%) |
| LAB | lab(78.4 20.1 52.8) |
| LCH | lch(78.4 56.5 69.2) |
| OKLCH | oklch(0.821 0.134 66.0) |
Copy-ready code
/* CSS */
color: #ffb25f;
background-color: #ffb25f;
/* Tailwind (arbitrary) */
class="text-[#ffb25f] bg-[#ffb25f]"
/* SCSS */
$brand: #ffb25f;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.373)
/* Android */
Color.parseColor("#ffb25f")Accessibility — WCAG contrast
Aa
#ffb25f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb25f on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow62.7%
Key (black)0.0%
Color previews
#ffb25f text on a black background
contrast 11.79:1
Card sample
#ffb25f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb25f;
Background color
Panel with #ffb25f background
background-color: #ffb25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb25f; background: linear-gradient(135deg, #ffb25f, #E1FF5F);