#ffca96
a light, electric orange · warm · closest name: tan
RGB
255, 202, 150
HSL
30°, 100%, 79%
CMYK
0, 21, 41, 0
Luminance
0.6570
Every format
| HEX | #ffca96 |
| RGB | rgb(255, 202, 150) |
| HSL | hsl(30, 100%, 79%) |
| CMYK | cmyk(0%, 21%, 41%, 0%) |
| LAB | lab(84.8 12.2 33.1) |
| LCH | lch(84.8 35.3 69.7) |
| OKLCH | oklch(0.874 0.090 65.6) |
Copy-ready code
/* CSS */
color: #ffca96;
background-color: #ffca96;
/* Tailwind (arbitrary) */
class="text-[#ffca96] bg-[#ffca96]"
/* SCSS */
$brand: #ffca96;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.588)
/* Android */
Color.parseColor("#ffca96")Accessibility — WCAG contrast
Aa
#ffca96 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffca96 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow41.2%
Key (black)0.0%
Color previews
#ffca96 text on a black background
contrast 14.14:1
Card sample
#ffca96 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffca96;
Background color
Panel with #ffca96 background
background-color: #ffca96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffca96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffca96; background: linear-gradient(135deg, #ffca96, #EEFF96);