#fffdba
a pale, electric yellow · cool · closest name: khaki
RGB
255, 253, 186
HSL
58°, 100%, 87%
CMYK
0, 1, 27, 0
Luminance
0.9506
Every format
| HEX | #fffdba |
| RGB | rgb(255, 253, 186) |
| HSL | hsl(58, 100%, 87%) |
| CMYK | cmyk(0%, 1%, 27%, 0%) |
| LAB | lab(98.1 -9.5 32.4) |
| LCH | lch(98.1 33.8 106.3) |
| OKLCH | oklch(0.980 0.085 106.4) |
Copy-ready code
/* CSS */
color: #fffdba;
background-color: #fffdba;
/* Tailwind (arbitrary) */
class="text-[#fffdba] bg-[#fffdba]"
/* SCSS */
$brand: #fffdba;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#fffdba")Accessibility — WCAG contrast
Aa
#fffdba on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdba on black: 20.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow27.1%
Key (black)0.0%
Color previews
#fffdba text on a black background
contrast 20.01:1
Card sample
#fffdba text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdba;
Background color
Panel with #fffdba background
background-color: #fffdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdba; background: linear-gradient(135deg, #fffdba, #D3FFBA);