#ffc489
a light, electric orange · warm · closest name: tan
RGB
255, 196, 137
HSL
30°, 100%, 77%
CMYK
0, 23, 46, 0
Luminance
0.6255
Every format
| HEX | #ffc489 |
| RGB | rgb(255, 196, 137) |
| HSL | hsl(30, 100%, 77%) |
| CMYK | cmyk(0%, 23%, 46%, 0%) |
| LAB | lab(83.2 14.0 37.7) |
| LCH | lch(83.2 40.2 69.6) |
| OKLCH | oklch(0.860 0.101 65.8) |
Copy-ready code
/* CSS */
color: #ffc489;
background-color: #ffc489;
/* Tailwind (arbitrary) */
class="text-[#ffc489] bg-[#ffc489]"
/* SCSS */
$brand: #ffc489;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.537)
/* Android */
Color.parseColor("#ffc489")Accessibility — WCAG contrast
Aa
#ffc489 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc489 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow46.3%
Key (black)0.0%
Color previews
#ffc489 text on a black background
contrast 13.51:1
Card sample
#ffc489 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc489;
Background color
Panel with #ffc489 background
background-color: #ffc489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc489; background: linear-gradient(135deg, #ffc489, #EBFF89);