#ffc16a
a light, electric orange · warm · closest name: peru
RGB
255, 193, 106
HSL
35°, 100%, 71%
CMYK
0, 24, 58, 0
Luminance
0.6044
Every format
| HEX | #ffc16a |
| RGB | rgb(255, 193, 106) |
| HSL | hsl(35, 100%, 71%) |
| CMYK | cmyk(0%, 24%, 58%, 0%) |
| LAB | lab(82.1 13.0 51.8) |
| LCH | lch(82.1 53.4 75.9) |
| OKLCH | oklch(0.850 0.126 74.0) |
Copy-ready code
/* CSS */
color: #ffc16a;
background-color: #ffc16a;
/* Tailwind (arbitrary) */
class="text-[#ffc16a] bg-[#ffc16a]"
/* SCSS */
$brand: #ffc16a;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.416)
/* Android */
Color.parseColor("#ffc16a")Accessibility — WCAG contrast
Aa
#ffc16a on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc16a on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow58.4%
Key (black)0.0%
Color previews
#ffc16a text on a black background
contrast 13.09:1
Card sample
#ffc16a text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc16a;
Background color
Panel with #ffc16a background
background-color: #ffc16a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc16a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc16a; background: linear-gradient(135deg, #ffc16a, #DAFF6A);