#f6eb53
a balanced, electric yellow · cool · closest name: gold
RGB
246, 235, 83
HSL
56°, 90%, 65%
CMYK
0, 5, 66, 4
Luminance
0.7963
Every format
| HEX | #f6eb53 |
| RGB | rgb(246, 235, 83) |
| HSL | hsl(56, 90%, 65%) |
| CMYK | cmyk(0%, 5%, 66%, 4%) |
| LAB | lab(91.5 -13.5 71.9) |
| LCH | lch(91.5 73.1 100.6) |
| OKLCH | oklch(0.922 0.167 105.2) |
Copy-ready code
/* CSS */
color: #f6eb53;
background-color: #f6eb53;
/* Tailwind (arbitrary) */
class="text-[#f6eb53] bg-[#f6eb53]"
/* SCSS */
$brand: #f6eb53;
/* SwiftUI */
Color(red: 0.965, green: 0.922, blue: 0.325)
/* Android */
Color.parseColor("#f6eb53")Accessibility — WCAG contrast
Aa
#f6eb53 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6eb53 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green92.2%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow66.3%
Key (black)3.5%
Color previews
#f6eb53 text on a black background
contrast 16.93:1
Card sample
#f6eb53 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6eb53;
Background color
Panel with #f6eb53 background
background-color: #f6eb53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6eb53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 235, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 235, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6eb53; background: linear-gradient(135deg, #f6eb53, #94F653);