#fceb83
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 131
HSL
52°, 95%, 75%
CMYK
0, 7, 48, 1
Luminance
0.8175
Every format
| HEX | #fceb83 |
| RGB | rgb(252, 235, 131) |
| HSL | hsl(52, 95%, 75%) |
| CMYK | cmyk(0%, 7%, 48%, 1%) |
| LAB | lab(92.5 -7.7 52.2) |
| LCH | lch(92.5 52.8 98.3) |
| OKLCH | oklch(0.932 0.127 100.2) |
Copy-ready code
/* CSS */
color: #fceb83;
background-color: #fceb83;
/* Tailwind (arbitrary) */
class="text-[#fceb83] bg-[#fceb83]"
/* SCSS */
$brand: #fceb83;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.514)
/* Android */
Color.parseColor("#fceb83")Accessibility — WCAG contrast
Aa
#fceb83 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb83 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow48.0%
Key (black)1.2%
Color previews
#fceb83 text on a black background
contrast 17.35:1
Card sample
#fceb83 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb83;
Background color
Panel with #fceb83 background
background-color: #fceb83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb83; background: linear-gradient(135deg, #fceb83, #BCFC83);