#ffc367
a light, electric orange · warm · closest name: peru
RGB
255, 195, 103
HSL
36°, 100%, 70%
CMYK
0, 24, 60, 0
Luminance
0.6127
Every format
| HEX | #ffc367 |
| RGB | rgb(255, 195, 103) |
| HSL | hsl(36, 100%, 70%) |
| CMYK | cmyk(0%, 24%, 60%, 0%) |
| LAB | lab(82.5 11.8 53.7) |
| LCH | lch(82.5 55.0 77.7) |
| OKLCH | oklch(0.854 0.129 76.2) |
Copy-ready code
/* CSS */
color: #ffc367;
background-color: #ffc367;
/* Tailwind (arbitrary) */
class="text-[#ffc367] bg-[#ffc367]"
/* SCSS */
$brand: #ffc367;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.404)
/* Android */
Color.parseColor("#ffc367")Accessibility — WCAG contrast
Aa
#ffc367 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc367 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow59.6%
Key (black)0.0%
Color previews
#ffc367 text on a black background
contrast 13.25:1
Card sample
#ffc367 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc367;
Background color
Panel with #ffc367 background
background-color: #ffc367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc367; background: linear-gradient(135deg, #ffc367, #D6FF67);