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