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