#ffc09d
a light, electric orange · warm · closest name: tan
RGB
255, 192, 157
HSL
21°, 100%, 81%
CMYK
0, 25, 38, 0
Luminance
0.6139
Every format
| HEX | #ffc09d |
| RGB | rgb(255, 192, 157) |
| HSL | hsl(21, 100%, 81%) |
| CMYK | cmyk(0%, 25%, 38%, 0%) |
| LAB | lab(82.6 18.2 26.4) |
| LCH | lch(82.6 32.1 55.5) |
| OKLCH | oklch(0.857 0.087 50.2) |
Copy-ready code
/* CSS */
color: #ffc09d;
background-color: #ffc09d;
/* Tailwind (arbitrary) */
class="text-[#ffc09d] bg-[#ffc09d]"
/* SCSS */
$brand: #ffc09d;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.616)
/* Android */
Color.parseColor("#ffc09d")Accessibility — WCAG contrast
Aa
#ffc09d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc09d on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow38.4%
Key (black)0.0%
Color previews
#ffc09d text on a black background
contrast 13.28:1
Card sample
#ffc09d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc09d;
Background color
Panel with #ffc09d background
background-color: #ffc09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc09d; background: linear-gradient(135deg, #ffc09d, #FDFF9D);