#f5da7f
a light, electric yellow · cool · closest name: khaki
RGB
245, 218, 127
HSL
46°, 86%, 73%
CMYK
0, 11, 48, 4
Luminance
0.7109
Every format
| HEX | #f5da7f |
| RGB | rgb(245, 218, 127) |
| HSL | hsl(46, 86%, 73%) |
| CMYK | cmyk(0%, 11%, 48%, 4%) |
| LAB | lab(87.5 -2.2 47.9) |
| LCH | lch(87.5 48.0 92.7) |
| OKLCH | oklch(0.892 0.115 93.3) |
Copy-ready code
/* CSS */
color: #f5da7f;
background-color: #f5da7f;
/* Tailwind (arbitrary) */
class="text-[#f5da7f] bg-[#f5da7f]"
/* SCSS */
$brand: #f5da7f;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.498)
/* Android */
Color.parseColor("#f5da7f")Accessibility — WCAG contrast
Aa
#f5da7f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5da7f on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow48.2%
Key (black)3.9%
Color previews
#f5da7f text on a black background
contrast 15.22:1
Card sample
#f5da7f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5da7f;
Background color
Panel with #f5da7f background
background-color: #f5da7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5da7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5da7f; background: linear-gradient(135deg, #f5da7f, #C1F57F);