#ffc67a
a light, electric orange · warm · closest name: khaki
RGB
255, 198, 122
HSL
34°, 100%, 74%
CMYK
0, 22, 52, 0
Luminance
0.6305
Every format
| HEX | #ffc67a |
| RGB | rgb(255, 198, 122) |
| HSL | hsl(34, 100%, 74%) |
| CMYK | cmyk(0%, 22%, 52%, 0%) |
| LAB | lab(83.5 11.6 45.6) |
| LCH | lch(83.5 47.1 75.7) |
| OKLCH | oklch(0.862 0.114 73.3) |
Copy-ready code
/* CSS */
color: #ffc67a;
background-color: #ffc67a;
/* Tailwind (arbitrary) */
class="text-[#ffc67a] bg-[#ffc67a]"
/* SCSS */
$brand: #ffc67a;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.478)
/* Android */
Color.parseColor("#ffc67a")Accessibility — WCAG contrast
Aa
#ffc67a on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc67a on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow52.2%
Key (black)0.0%
Color previews
#ffc67a text on a black background
contrast 13.61:1
Card sample
#ffc67a text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc67a;
Background color
Panel with #ffc67a background
background-color: #ffc67a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc67a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc67a; background: linear-gradient(135deg, #ffc67a, #DFFF7A);