#f3ebaf
a light, vivid yellow · cool · closest name: khaki
RGB
243, 235, 175
HSL
53°, 74%, 82%
CMYK
0, 3, 28, 5
Luminance
0.8157
Every format
| HEX | #f3ebaf |
| RGB | rgb(243, 235, 175) |
| HSL | hsl(53, 74%, 82%) |
| CMYK | cmyk(0%, 3%, 28%, 5%) |
| LAB | lab(92.4 -6.3 30.2) |
| LCH | lch(92.4 30.8 101.9) |
| OKLCH | oklch(0.932 0.077 101.4) |
Copy-ready code
/* CSS */
color: #f3ebaf;
background-color: #f3ebaf;
/* Tailwind (arbitrary) */
class="text-[#f3ebaf] bg-[#f3ebaf]"
/* SCSS */
$brand: #f3ebaf;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#f3ebaf")Accessibility — WCAG contrast
Aa
#f3ebaf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebaf on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow28.0%
Key (black)4.7%
Color previews
#f3ebaf text on a black background
contrast 17.31:1
Card sample
#f3ebaf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebaf;
Background color
Panel with #f3ebaf background
background-color: #f3ebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebaf; background: linear-gradient(135deg, #f3ebaf, #CEF3AF);