#ffce64
a light, electric yellow · warm · closest name: khaki
RGB
255, 206, 100
HSL
41°, 100%, 70%
CMYK
0, 19, 61, 0
Luminance
0.6632
Every format
| HEX | #ffce64 |
| RGB | rgb(255, 206, 100) |
| HSL | hsl(41, 100%, 70%) |
| CMYK | cmyk(0%, 19%, 61%, 0%) |
| LAB | lab(85.2 5.8 58.1) |
| LCH | lch(85.2 58.4 84.3) |
| OKLCH | oklch(0.874 0.135 84.4) |
Copy-ready code
/* CSS */
color: #ffce64;
background-color: #ffce64;
/* Tailwind (arbitrary) */
class="text-[#ffce64] bg-[#ffce64]"
/* SCSS */
$brand: #ffce64;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.392)
/* Android */
Color.parseColor("#ffce64")Accessibility — WCAG contrast
Aa
#ffce64 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce64 on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow60.8%
Key (black)0.0%
Color previews
#ffce64 text on a black background
contrast 14.26:1
Card sample
#ffce64 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce64;
Background color
Panel with #ffce64 background
background-color: #ffce64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce64; background: linear-gradient(135deg, #ffce64, #C9FF64);