#ffc45f
a light, electric orange · warm · closest name: khaki
RGB
255, 196, 95
HSL
38°, 100%, 69%
CMYK
0, 23, 63, 0
Luminance
0.6157
Every format
| HEX | #ffc45f |
| RGB | rgb(255, 196, 95) |
| HSL | hsl(38, 100%, 69%) |
| CMYK | cmyk(0%, 23%, 63%, 0%) |
| LAB | lab(82.7 10.7 57.6) |
| LCH | lch(82.7 58.6 79.5) |
| OKLCH | oklch(0.855 0.135 78.6) |
Copy-ready code
/* CSS */
color: #ffc45f;
background-color: #ffc45f;
/* Tailwind (arbitrary) */
class="text-[#ffc45f] bg-[#ffc45f]"
/* SCSS */
$brand: #ffc45f;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.373)
/* Android */
Color.parseColor("#ffc45f")Accessibility — WCAG contrast
Aa
#ffc45f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc45f on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow62.7%
Key (black)0.0%
Color previews
#ffc45f text on a black background
contrast 13.31:1
Card sample
#ffc45f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc45f;
Background color
Panel with #ffc45f background
background-color: #ffc45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc45f; background: linear-gradient(135deg, #ffc45f, #CFFF5F);