#fceb72
a light, electric yellow · cool · closest name: khaki
RGB
252, 235, 114
HSL
53°, 96%, 72%
CMYK
0, 7, 55, 1
Luminance
0.8133
Every format
| HEX | #fceb72 |
| RGB | rgb(252, 235, 114) |
| HSL | hsl(53, 96%, 72%) |
| CMYK | cmyk(0%, 7%, 55%, 1%) |
| LAB | lab(92.3 -9.1 59.9) |
| LCH | lch(92.3 60.5 98.6) |
| OKLCH | oklch(0.930 0.142 101.4) |
Copy-ready code
/* CSS */
color: #fceb72;
background-color: #fceb72;
/* Tailwind (arbitrary) */
class="text-[#fceb72] bg-[#fceb72]"
/* SCSS */
$brand: #fceb72;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.447)
/* Android */
Color.parseColor("#fceb72")Accessibility — WCAG contrast
Aa
#fceb72 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceb72 on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow54.8%
Key (black)1.2%
Color previews
#fceb72 text on a black background
contrast 17.27:1
Card sample
#fceb72 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceb72;
Background color
Panel with #fceb72 background
background-color: #fceb72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceb72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceb72; background: linear-gradient(135deg, #fceb72, #B1FC72);