#f6eb00
a balanced, electric yellow · cool · closest name: yellow
RGB
246, 235, 0
HSL
57°, 100%, 48%
CMYK
0, 5, 100, 4
Luminance
0.7901
Every format
| HEX | #f6eb00 |
| RGB | rgb(246, 235, 0) |
| HSL | hsl(57, 100%, 48%) |
| CMYK | cmyk(0%, 5%, 100%, 4%) |
| LAB | lab(91.2 -15.7 89.9) |
| LCH | lch(91.2 91.2 99.9) |
| OKLCH | oklch(0.919 0.196 106.2) |
Copy-ready code
/* CSS */
color: #f6eb00;
background-color: #f6eb00;
/* Tailwind (arbitrary) */
class="text-[#f6eb00] bg-[#f6eb00]"
/* SCSS */
$brand: #f6eb00;
/* SwiftUI */
Color(red: 0.965, green: 0.922, blue: 0.000)
/* Android */
Color.parseColor("#f6eb00")Accessibility — WCAG contrast
Aa
#f6eb00 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6eb00 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green92.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow100.0%
Key (black)3.5%
Color previews
#f6eb00 text on a black background
contrast 16.80:1
Card sample
#f6eb00 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6eb00;
Background color
Panel with #f6eb00 background
background-color: #f6eb00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6eb00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 235, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 235, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6eb00; background: linear-gradient(135deg, #f6eb00, #5DF600);