#ffc77d
a light, electric orange · warm · closest name: khaki
RGB
255, 199, 125
HSL
34°, 100%, 75%
CMYK
0, 22, 51, 0
Luminance
0.6359
Every format
| HEX | #ffc77d |
| RGB | rgb(255, 199, 125) |
| HSL | hsl(34, 100%, 75%) |
| CMYK | cmyk(0%, 22%, 51%, 0%) |
| LAB | lab(83.8 11.4 44.5) |
| LCH | lch(83.8 45.9 75.6) |
| OKLCH | oklch(0.864 0.112 73.2) |
Copy-ready code
/* CSS */
color: #ffc77d;
background-color: #ffc77d;
/* Tailwind (arbitrary) */
class="text-[#ffc77d] bg-[#ffc77d]"
/* SCSS */
$brand: #ffc77d;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.490)
/* Android */
Color.parseColor("#ffc77d")Accessibility — WCAG contrast
Aa
#ffc77d on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc77d on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow51.0%
Key (black)0.0%
Color previews
#ffc77d text on a black background
contrast 13.72:1
Card sample
#ffc77d text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc77d;
Background color
Panel with #ffc77d background
background-color: #ffc77d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc77d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc77d; background: linear-gradient(135deg, #ffc77d, #E0FF7D);