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