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