#f6ebaa
a light, electric yellow · cool · closest name: khaki
RGB
246, 235, 170
HSL
51°, 81%, 82%
CMYK
0, 5, 31, 4
Luminance
0.8191
Every format
| HEX | #f6ebaa |
| RGB | rgb(246, 235, 170) |
| HSL | hsl(51, 81%, 82%) |
| CMYK | cmyk(0%, 5%, 31%, 4%) |
| LAB | lab(92.5 -5.8 33.0) |
| LCH | lch(92.5 33.5 100.1) |
| OKLCH | oklch(0.934 0.084 99.7) |
Copy-ready code
/* CSS */
color: #f6ebaa;
background-color: #f6ebaa;
/* Tailwind (arbitrary) */
class="text-[#f6ebaa] bg-[#f6ebaa]"
/* SCSS */
$brand: #f6ebaa;
/* SwiftUI */
Color(red: 0.965, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#f6ebaa")Accessibility — WCAG contrast
Aa
#f6ebaa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ebaa on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green92.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow30.9%
Key (black)3.5%
Color previews
#f6ebaa text on a black background
contrast 17.38:1
Card sample
#f6ebaa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ebaa;
Background color
Panel with #f6ebaa background
background-color: #f6ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ebaa; background: linear-gradient(135deg, #f6ebaa, #CEF6AA);