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