#f6db83
a light, electric yellow · cool · closest name: khaki
RGB
246, 219, 131
HSL
46°, 87%, 74%
CMYK
0, 11, 47, 4
Luminance
0.7189
Every format
| HEX | #f6db83 |
| RGB | rgb(246, 219, 131) |
| HSL | hsl(46, 87%, 74%) |
| CMYK | cmyk(0%, 11%, 47%, 4%) |
| LAB | lab(87.9 -2.0 46.5) |
| LCH | lch(87.9 46.5 92.4) |
| OKLCH | oklch(0.895 0.112 92.9) |
Copy-ready code
/* CSS */
color: #f6db83;
background-color: #f6db83;
/* Tailwind (arbitrary) */
class="text-[#f6db83] bg-[#f6db83]"
/* SCSS */
$brand: #f6db83;
/* SwiftUI */
Color(red: 0.965, green: 0.859, blue: 0.514)
/* Android */
Color.parseColor("#f6db83")Accessibility — WCAG contrast
Aa
#f6db83 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6db83 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow46.7%
Key (black)3.5%
Color previews
#f6db83 text on a black background
contrast 15.38:1
Card sample
#f6db83 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6db83;
Background color
Panel with #f6db83 background
background-color: #f6db83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6db83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 219, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 219, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6db83; background: linear-gradient(135deg, #f6db83, #C4F683);