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