#ffc76f
a light, electric orange · warm · closest name: khaki
RGB
255, 199, 111
HSL
37°, 100%, 72%
CMYK
0, 22, 57, 0
Luminance
0.6325
Every format
| HEX | #ffc76f |
| RGB | rgb(255, 199, 111) |
| HSL | hsl(37, 100%, 72%) |
| CMYK | cmyk(0%, 22%, 57%, 0%) |
| LAB | lab(83.6 10.3 51.1) |
| LCH | lch(83.6 52.1 78.7) |
| OKLCH | oklch(0.862 0.123 77.2) |
Copy-ready code
/* CSS */
color: #ffc76f;
background-color: #ffc76f;
/* Tailwind (arbitrary) */
class="text-[#ffc76f] bg-[#ffc76f]"
/* SCSS */
$brand: #ffc76f;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#ffc76f")Accessibility — WCAG contrast
Aa
#ffc76f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc76f on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow56.5%
Key (black)0.0%
Color previews
#ffc76f text on a black background
contrast 13.65:1
Card sample
#ffc76f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc76f;
Background color
Panel with #ffc76f background
background-color: #ffc76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc76f; background: linear-gradient(135deg, #ffc76f, #D7FF6F);