#ffb95f
a light, electric orange · warm · closest name: peru
RGB
255, 185, 95
HSL
34°, 100%, 69%
CMYK
0, 28, 63, 0
Luminance
0.5678
Every format
| HEX | #ffb95f |
| RGB | rgb(255, 185, 95) |
| HSL | hsl(34, 100%, 69%) |
| CMYK | cmyk(0%, 28%, 63%, 0%) |
| LAB | lab(80.1 16.4 54.7) |
| LCH | lch(80.1 57.1 73.3) |
| OKLCH | oklch(0.834 0.134 71.0) |
Copy-ready code
/* CSS */
color: #ffb95f;
background-color: #ffb95f;
/* Tailwind (arbitrary) */
class="text-[#ffb95f] bg-[#ffb95f]"
/* SCSS */
$brand: #ffb95f;
/* SwiftUI */
Color(red: 1.000, green: 0.725, blue: 0.373)
/* Android */
Color.parseColor("#ffb95f")Accessibility — WCAG contrast
Aa
#ffb95f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb95f on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow62.7%
Key (black)0.0%
Color previews
#ffb95f text on a black background
contrast 12.36:1
Card sample
#ffb95f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb95f;
Background color
Panel with #ffb95f background
background-color: #ffb95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 185, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 185, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb95f; background: linear-gradient(135deg, #ffb95f, #DAFF5F);