#fdfebb
a pale, electric yellow · cool · closest name: khaki
RGB
253, 254, 187
HSL
61°, 97%, 87%
CMYK
0, 0, 26, 0
Luminance
0.9535
Every format
| HEX | #fdfebb |
| RGB | rgb(253, 254, 187) |
| HSL | hsl(61, 97%, 87%) |
| CMYK | cmyk(0%, 0%, 26%, 0%) |
| LAB | lab(98.2 -10.6 32.0) |
| LCH | lch(98.2 33.7 108.3) |
| OKLCH | oklch(0.981 0.085 108.6) |
Copy-ready code
/* CSS */
color: #fdfebb;
background-color: #fdfebb;
/* Tailwind (arbitrary) */
class="text-[#fdfebb] bg-[#fdfebb]"
/* SCSS */
$brand: #fdfebb;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.733)
/* Android */
Color.parseColor("#fdfebb")Accessibility — WCAG contrast
Aa
#fdfebb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfebb on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue73.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow26.4%
Key (black)0.4%
Color previews
#fdfebb text on a black background
contrast 20.07:1
Card sample
#fdfebb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfebb;
Background color
Panel with #fdfebb background
background-color: #fdfebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfebb; background: linear-gradient(135deg, #fdfebb, #D0FEBB);