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