#f5edaf
a light, electric yellow · cool · closest name: khaki
RGB
245, 237, 175
HSL
53°, 78%, 82%
CMYK
0, 3, 29, 4
Luminance
0.8308
Every format
| HEX | #f5edaf |
| RGB | rgb(245, 237, 175) |
| HSL | hsl(53, 78%, 82%) |
| CMYK | cmyk(0%, 3%, 29%, 4%) |
| LAB | lab(93.0 -6.6 31.1) |
| LCH | lch(93.0 31.8 102.0) |
| OKLCH | oklch(0.938 0.080 101.6) |
Copy-ready code
/* CSS */
color: #f5edaf;
background-color: #f5edaf;
/* Tailwind (arbitrary) */
class="text-[#f5edaf] bg-[#f5edaf]"
/* SCSS */
$brand: #f5edaf;
/* SwiftUI */
Color(red: 0.961, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#f5edaf")Accessibility — WCAG contrast
Aa
#f5edaf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5edaf on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow28.6%
Key (black)3.9%
Color previews
#f5edaf text on a black background
contrast 17.62:1
Card sample
#f5edaf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5edaf;
Background color
Panel with #f5edaf background
background-color: #f5edaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5edaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5edaf; background: linear-gradient(135deg, #f5edaf, #CFF5AF);