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