#fceb77
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 119
HSL
52°, 96%, 73%
CMYK
0, 7, 53, 1
Luminance
0.8144
Every format
| HEX | #fceb77 |
| RGB | rgb(252, 235, 119) |
| HSL | hsl(52, 96%, 73%) |
| CMYK | cmyk(0%, 7%, 53%, 1%) |
| LAB | lab(92.3 -8.7 57.6) |
| LCH | lch(92.3 58.3 98.5) |
| OKLCH | oklch(0.931 0.138 101.1) |
Copy-ready code
/* CSS */
color: #fceb77;
background-color: #fceb77;
/* Tailwind (arbitrary) */
class="text-[#fceb77] bg-[#fceb77]"
/* SCSS */
$brand: #fceb77;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.467)
/* Android */
Color.parseColor("#fceb77")Accessibility — WCAG contrast
Aa
#fceb77 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb77 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow52.8%
Key (black)1.2%
Color previews
#fceb77 text on a black background
contrast 17.29:1
Card sample
#fceb77 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb77;
Background color
Panel with #fceb77 background
background-color: #fceb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb77; background: linear-gradient(135deg, #fceb77, #B4FC77);