#ffcf74
a light, electric orange · warm · closest name: khaki
RGB
255, 207, 116
HSL
39°, 100%, 73%
CMYK
0, 19, 55, 0
Luminance
0.6715
Every format
| HEX | #ffcf74 |
| RGB | rgb(255, 207, 116) |
| HSL | hsl(39, 100%, 73%) |
| CMYK | cmyk(0%, 19%, 55%, 0%) |
| LAB | lab(85.6 6.5 51.1) |
| LCH | lch(85.6 51.5 82.8) |
| OKLCH | oklch(0.878 0.122 82.0) |
Copy-ready code
/* CSS */
color: #ffcf74;
background-color: #ffcf74;
/* Tailwind (arbitrary) */
class="text-[#ffcf74] bg-[#ffcf74]"
/* SCSS */
$brand: #ffcf74;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.455)
/* Android */
Color.parseColor("#ffcf74")Accessibility — WCAG contrast
Aa
#ffcf74 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf74 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow54.5%
Key (black)0.0%
Color previews
#ffcf74 text on a black background
contrast 14.43:1
Card sample
#ffcf74 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf74;
Background color
Panel with #ffcf74 background
background-color: #ffcf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf74; background: linear-gradient(135deg, #ffcf74, #D2FF74);