#f3ebaa
a light, electric yellow · cool · closest name: khaki
RGB
243, 235, 170
HSL
53°, 75%, 81%
CMYK
0, 3, 30, 5
Luminance
0.8137
Every format
| HEX | #f3ebaa |
| RGB | rgb(243, 235, 170) |
| HSL | hsl(53, 75%, 81%) |
| CMYK | cmyk(0%, 3%, 30%, 5%) |
| LAB | lab(92.3 -7.0 32.6) |
| LCH | lch(92.3 33.3 102.1) |
| OKLCH | oklch(0.931 0.083 101.9) |
Copy-ready code
/* CSS */
color: #f3ebaa;
background-color: #f3ebaa;
/* Tailwind (arbitrary) */
class="text-[#f3ebaa] bg-[#f3ebaa]"
/* SCSS */
$brand: #f3ebaa;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#f3ebaa")Accessibility — WCAG contrast
Aa
#f3ebaa on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebaa on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow30.0%
Key (black)4.7%
Color previews
#f3ebaa text on a black background
contrast 17.27:1
Card sample
#f3ebaa text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebaa;
Background color
Panel with #f3ebaa background
background-color: #f3ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebaa; background: linear-gradient(135deg, #f3ebaa, #CAF3AA);