#fff6ba
a pale, electric yellow · cool · closest name: khaki
RGB
255, 246, 186
HSL
52°, 100%, 87%
CMYK
0, 4, 27, 0
Luminance
0.9072
Every format
| HEX | #fff6ba |
| RGB | rgb(255, 246, 186) |
| HSL | hsl(52, 100%, 87%) |
| CMYK | cmyk(0%, 4%, 27%, 0%) |
| LAB | lab(96.3 -6.0 30.0) |
| LCH | lch(96.3 30.6 101.3) |
| OKLCH | oklch(0.966 0.077 100.5) |
Copy-ready code
/* CSS */
color: #fff6ba;
background-color: #fff6ba;
/* Tailwind (arbitrary) */
class="text-[#fff6ba] bg-[#fff6ba]"
/* SCSS */
$brand: #fff6ba;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#fff6ba")Accessibility — WCAG contrast
Aa
#fff6ba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6ba on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow27.1%
Key (black)0.0%
Color previews
#fff6ba text on a black background
contrast 19.14:1
Card sample
#fff6ba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6ba;
Background color
Panel with #fff6ba background
background-color: #fff6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6ba; background: linear-gradient(135deg, #fff6ba, #DAFFBA);