#ffc370
a light, electric orange · warm · closest name: peru
RGB
255, 195, 112
HSL
35°, 100%, 72%
CMYK
0, 24, 56, 0
Luminance
0.6146
Every format
| HEX | #ffc370 |
| RGB | rgb(255, 195, 112) |
| HSL | hsl(35, 100%, 72%) |
| CMYK | cmyk(0%, 24%, 56%, 0%) |
| LAB | lab(82.6 12.4 49.5) |
| LCH | lch(82.6 51.0 75.9) |
| OKLCH | oklch(0.855 0.122 73.9) |
Copy-ready code
/* CSS */
color: #ffc370;
background-color: #ffc370;
/* Tailwind (arbitrary) */
class="text-[#ffc370] bg-[#ffc370]"
/* SCSS */
$brand: #ffc370;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.439)
/* Android */
Color.parseColor("#ffc370")Accessibility — WCAG contrast
Aa
#ffc370 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc370 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow56.1%
Key (black)0.0%
Color previews
#ffc370 text on a black background
contrast 13.29:1
Card sample
#ffc370 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc370;
Background color
Panel with #ffc370 background
background-color: #ffc370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc370; background: linear-gradient(135deg, #ffc370, #DCFF70);