#ffc58f
a light, electric orange · warm · closest name: tan
RGB
255, 197, 143
HSL
29°, 100%, 78%
CMYK
0, 23, 44, 0
Luminance
0.6318
Every format
| HEX | #ffc58f |
| RGB | rgb(255, 197, 143) |
| HSL | hsl(29, 100%, 78%) |
| CMYK | cmyk(0%, 23%, 44%, 0%) |
| LAB | lab(83.5 14.1 35.0) |
| LCH | lch(83.5 37.8 68.1) |
| OKLCH | oklch(0.863 0.096 64.0) |
Copy-ready code
/* CSS */
color: #ffc58f;
background-color: #ffc58f;
/* Tailwind (arbitrary) */
class="text-[#ffc58f] bg-[#ffc58f]"
/* SCSS */
$brand: #ffc58f;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.561)
/* Android */
Color.parseColor("#ffc58f")Accessibility — WCAG contrast
Aa
#ffc58f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc58f on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow43.9%
Key (black)0.0%
Color previews
#ffc58f text on a black background
contrast 13.64:1
Card sample
#ffc58f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc58f;
Background color
Panel with #ffc58f background
background-color: #ffc58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc58f; background: linear-gradient(135deg, #ffc58f, #EEFF8F);