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