#ffcf5b
a light, electric yellow · warm · closest name: khaki
RGB
255, 207, 91
HSL
42°, 100%, 68%
CMYK
0, 19, 64, 0
Luminance
0.6664
Every format
| HEX | #ffcf5b |
| RGB | rgb(255, 207, 91) |
| HSL | hsl(42, 100%, 68%) |
| CMYK | cmyk(0%, 19%, 64%, 0%) |
| LAB | lab(85.3 4.8 62.3) |
| LCH | lch(85.3 62.5 85.6) |
| OKLCH | oklch(0.875 0.142 86.4) |
Copy-ready code
/* CSS */
color: #ffcf5b;
background-color: #ffcf5b;
/* Tailwind (arbitrary) */
class="text-[#ffcf5b] bg-[#ffcf5b]"
/* SCSS */
$brand: #ffcf5b;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.357)
/* Android */
Color.parseColor("#ffcf5b")Accessibility — WCAG contrast
Aa
#ffcf5b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf5b on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow64.3%
Key (black)0.0%
Color previews
#ffcf5b text on a black background
contrast 14.33:1
Card sample
#ffcf5b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf5b;
Background color
Panel with #ffcf5b background
background-color: #ffcf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf5b; background: linear-gradient(135deg, #ffcf5b, #C2FF5B);