#ffcf95
a light, electric orange · warm · closest name: tan
RGB
255, 207, 149
HSL
33°, 100%, 79%
CMYK
0, 19, 42, 0
Luminance
0.6806
Every format
| HEX | #ffcf95 |
| RGB | rgb(255, 207, 149) |
| HSL | hsl(33, 100%, 79%) |
| CMYK | cmyk(0%, 19%, 42%, 0%) |
| LAB | lab(86.0 9.5 35.2) |
| LCH | lch(86.0 36.5 74.9) |
| OKLCH | oklch(0.883 0.092 71.5) |
Copy-ready code
/* CSS */
color: #ffcf95;
background-color: #ffcf95;
/* Tailwind (arbitrary) */
class="text-[#ffcf95] bg-[#ffcf95]"
/* SCSS */
$brand: #ffcf95;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.584)
/* Android */
Color.parseColor("#ffcf95")Accessibility — WCAG contrast
Aa
#ffcf95 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf95 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow41.6%
Key (black)0.0%
Color previews
#ffcf95 text on a black background
contrast 14.61:1
Card sample
#ffcf95 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf95;
Background color
Panel with #ffcf95 background
background-color: #ffcf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf95; background: linear-gradient(135deg, #ffcf95, #E8FF95);