#ffdf6f
a light, electric yellow · cool · closest name: khaki
RGB
255, 223, 111
HSL
47°, 100%, 72%
CMYK
0, 13, 57, 0
Luminance
0.7518
Every format
| HEX | #ffdf6f |
| RGB | rgb(255, 223, 111) |
| HSL | hsl(47, 100%, 72%) |
| CMYK | cmyk(0%, 13%, 57%, 0%) |
| LAB | lab(89.5 -2.0 58.0) |
| LCH | lch(89.5 58.1 92.0) |
| OKLCH | oklch(0.909 0.136 93.6) |
Copy-ready code
/* CSS */
color: #ffdf6f;
background-color: #ffdf6f;
/* Tailwind (arbitrary) */
class="text-[#ffdf6f] bg-[#ffdf6f]"
/* SCSS */
$brand: #ffdf6f;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.435)
/* Android */
Color.parseColor("#ffdf6f")Accessibility — WCAG contrast
Aa
#ffdf6f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf6f on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow56.5%
Key (black)0.0%
Color previews
#ffdf6f text on a black background
contrast 16.04:1
Card sample
#ffdf6f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf6f;
Background color
Panel with #ffdf6f background
background-color: #ffdf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf6f; background: linear-gradient(135deg, #ffdf6f, #BFFF6F);