#ffc199
a light, electric orange · warm · closest name: tan
RGB
255, 193, 153
HSL
24°, 100%, 80%
CMYK
0, 24, 40, 0
Luminance
0.6170
Every format
| HEX | #ffc199 |
| RGB | rgb(255, 193, 153) |
| HSL | hsl(24, 100%, 80%) |
| CMYK | cmyk(0%, 24%, 40%, 0%) |
| LAB | lab(82.8 17.2 28.8) |
| LCH | lch(82.8 33.5 59.1) |
| OKLCH | oklch(0.858 0.089 54.0) |
Copy-ready code
/* CSS */
color: #ffc199;
background-color: #ffc199;
/* Tailwind (arbitrary) */
class="text-[#ffc199] bg-[#ffc199]"
/* SCSS */
$brand: #ffc199;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.600)
/* Android */
Color.parseColor("#ffc199")Accessibility — WCAG contrast
Aa
#ffc199 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc199 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow40.0%
Key (black)0.0%
Color previews
#ffc199 text on a black background
contrast 13.34:1
Card sample
#ffc199 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc199;
Background color
Panel with #ffc199 background
background-color: #ffc199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc199; background: linear-gradient(135deg, #ffc199, #F9FF99);