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