#ffc75d
a light, electric orange · warm · closest name: khaki
RGB
255, 199, 93
HSL
39°, 100%, 68%
CMYK
0, 22, 64, 0
Luminance
0.6290
Every format
| HEX | #ffc75d |
| RGB | rgb(255, 199, 93) |
| HSL | hsl(39, 100%, 68%) |
| CMYK | cmyk(0%, 22%, 64%, 0%) |
| LAB | lab(83.4 9.0 59.3) |
| LCH | lch(83.4 60.0 81.4) |
| OKLCH | oklch(0.860 0.138 81.0) |
Copy-ready code
/* CSS */
color: #ffc75d;
background-color: #ffc75d;
/* Tailwind (arbitrary) */
class="text-[#ffc75d] bg-[#ffc75d]"
/* SCSS */
$brand: #ffc75d;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.365)
/* Android */
Color.parseColor("#ffc75d")Accessibility — WCAG contrast
Aa
#ffc75d on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc75d on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow63.5%
Key (black)0.0%
Color previews
#ffc75d text on a black background
contrast 13.58:1
Card sample
#ffc75d text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc75d;
Background color
Panel with #ffc75d background
background-color: #ffc75d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc75d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc75d; background: linear-gradient(135deg, #ffc75d, #CBFF5D);