#ffcf85
a light, electric orange · warm · closest name: khaki
RGB
255, 207, 133
HSL
36°, 100%, 76%
CMYK
0, 19, 48, 0
Luminance
0.6758
Every format
| HEX | #ffcf85 |
| RGB | rgb(255, 207, 133) |
| HSL | hsl(36, 100%, 76%) |
| CMYK | cmyk(0%, 19%, 48%, 0%) |
| LAB | lab(85.8 8.0 43.0) |
| LCH | lch(85.8 43.7 79.5) |
| OKLCH | oklch(0.880 0.107 77.5) |
Copy-ready code
/* CSS */
color: #ffcf85;
background-color: #ffcf85;
/* Tailwind (arbitrary) */
class="text-[#ffcf85] bg-[#ffcf85]"
/* SCSS */
$brand: #ffcf85;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.522)
/* Android */
Color.parseColor("#ffcf85")Accessibility — WCAG contrast
Aa
#ffcf85 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf85 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow47.8%
Key (black)0.0%
Color previews
#ffcf85 text on a black background
contrast 14.52:1
Card sample
#ffcf85 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf85;
Background color
Panel with #ffcf85 background
background-color: #ffcf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf85; background: linear-gradient(135deg, #ffcf85, #DEFF85);