#ffc596
a light, electric orange · warm · closest name: tan
RGB
255, 197, 150
HSL
27°, 100%, 79%
CMYK
0, 23, 41, 0
Luminance
0.6339
Every format
| HEX | #ffc596 |
| RGB | rgb(255, 197, 150) |
| HSL | hsl(27, 100%, 79%) |
| CMYK | cmyk(0%, 23%, 41%, 0%) |
| LAB | lab(83.7 14.8 31.5) |
| LCH | lch(83.7 34.8 64.8) |
| OKLCH | oklch(0.865 0.090 60.2) |
Copy-ready code
/* CSS */
color: #ffc596;
background-color: #ffc596;
/* Tailwind (arbitrary) */
class="text-[#ffc596] bg-[#ffc596]"
/* SCSS */
$brand: #ffc596;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#ffc596")Accessibility — WCAG contrast
Aa
#ffc596 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc596 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow41.2%
Key (black)0.0%
Color previews
#ffc596 text on a black background
contrast 13.68:1
Card sample
#ffc596 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc596;
Background color
Panel with #ffc596 background
background-color: #ffc596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc596; background: linear-gradient(135deg, #ffc596, #F3FF96);