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