#ffc391
a light, electric orange · warm · closest name: tan
RGB
255, 195, 145
HSL
27°, 100%, 78%
CMYK
0, 24, 43, 0
Luminance
0.6233
Every format
| HEX | #ffc391 |
| RGB | rgb(255, 195, 145) |
| HSL | hsl(27, 100%, 78%) |
| CMYK | cmyk(0%, 24%, 43%, 0%) |
| LAB | lab(83.1 15.3 33.4) |
| LCH | lch(83.1 36.8 65.3) |
| OKLCH | oklch(0.860 0.095 60.9) |
Copy-ready code
/* CSS */
color: #ffc391;
background-color: #ffc391;
/* Tailwind (arbitrary) */
class="text-[#ffc391] bg-[#ffc391]"
/* SCSS */
$brand: #ffc391;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.569)
/* Android */
Color.parseColor("#ffc391")Accessibility — WCAG contrast
Aa
#ffc391 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc391 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow43.1%
Key (black)0.0%
Color previews
#ffc391 text on a black background
contrast 13.47:1
Card sample
#ffc391 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc391;
Background color
Panel with #ffc391 background
background-color: #ffc391;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc391;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc391; background: linear-gradient(135deg, #ffc391, #F2FF91);