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