#ffce60
a light, electric yellow · warm · closest name: khaki
RGB
255, 206, 96
HSL
42°, 100%, 69%
CMYK
0, 19, 62, 0
Luminance
0.6625
Every format
| HEX | #ffce60 |
| RGB | rgb(255, 206, 96) |
| HSL | hsl(42, 100%, 69%) |
| CMYK | cmyk(0%, 19%, 62%, 0%) |
| LAB | lab(85.1 5.6 59.9) |
| LCH | lch(85.1 60.2 84.7) |
| OKLCH | oklch(0.874 0.138 85.1) |
Copy-ready code
/* CSS */
color: #ffce60;
background-color: #ffce60;
/* Tailwind (arbitrary) */
class="text-[#ffce60] bg-[#ffce60]"
/* SCSS */
$brand: #ffce60;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.376)
/* Android */
Color.parseColor("#ffce60")Accessibility — WCAG contrast
Aa
#ffce60 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce60 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow62.4%
Key (black)0.0%
Color previews
#ffce60 text on a black background
contrast 14.25:1
Card sample
#ffce60 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce60;
Background color
Panel with #ffce60 background
background-color: #ffce60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce60; background: linear-gradient(135deg, #ffce60, #C6FF60);