#fceb68
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 104
HSL
53°, 96%, 70%
CMYK
0, 7, 59, 1
Luminance
0.8111
Every format
| HEX | #fceb68 |
| RGB | rgb(252, 235, 104) |
| HSL | hsl(53, 96%, 70%) |
| CMYK | cmyk(0%, 7%, 59%, 1%) |
| LAB | lab(92.2 -9.8 64.2) |
| LCH | lch(92.2 64.9 98.7) |
| OKLCH | oklch(0.929 0.151 102.0) |
Copy-ready code
/* CSS */
color: #fceb68;
background-color: #fceb68;
/* Tailwind (arbitrary) */
class="text-[#fceb68] bg-[#fceb68]"
/* SCSS */
$brand: #fceb68;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.408)
/* Android */
Color.parseColor("#fceb68")Accessibility — WCAG contrast
Aa
#fceb68 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb68 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow58.7%
Key (black)1.2%
Color previews
#fceb68 text on a black background
contrast 17.22:1
Card sample
#fceb68 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb68;
Background color
Panel with #fceb68 background
background-color: #fceb68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb68; background: linear-gradient(135deg, #fceb68, #AAFC68);