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