#ffcf6c
a light, electric yellow · warm · closest name: khaki
RGB
255, 207, 108
HSL
40°, 100%, 71%
CMYK
0, 19, 58, 0
Luminance
0.6697
Every format
| HEX | #ffcf6c |
| RGB | rgb(255, 207, 108) |
| HSL | hsl(40, 100%, 71%) |
| CMYK | cmyk(0%, 19%, 58%, 0%) |
| LAB | lab(85.5 5.9 54.8) |
| LCH | lch(85.5 55.1 83.9) |
| OKLCH | oklch(0.877 0.129 83.7) |
Copy-ready code
/* CSS */
color: #ffcf6c;
background-color: #ffcf6c;
/* Tailwind (arbitrary) */
class="text-[#ffcf6c] bg-[#ffcf6c]"
/* SCSS */
$brand: #ffcf6c;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.424)
/* Android */
Color.parseColor("#ffcf6c")Accessibility — WCAG contrast
Aa
#ffcf6c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf6c on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow57.6%
Key (black)0.0%
Color previews
#ffcf6c text on a black background
contrast 14.39:1
Card sample
#ffcf6c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf6c;
Background color
Panel with #ffcf6c background
background-color: #ffcf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf6c; background: linear-gradient(135deg, #ffcf6c, #CDFF6C);