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