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