#f6ac00
a balanced, electric yellow · warm · closest name: orange
RGB
246, 172, 0
HSL
42°, 100%, 48%
CMYK
0, 30, 100, 4
Luminance
0.4910
Every format
| HEX | #f6ac00 |
| RGB | rgb(246, 172, 0) |
| HSL | hsl(42, 100%, 48%) |
| CMYK | cmyk(0%, 30%, 100%, 4%) |
| LAB | lab(75.5 16.5 78.8) |
| LCH | lch(75.5 80.5 78.2) |
| OKLCH | oklch(0.795 0.166 77.7) |
Copy-ready code
/* CSS */
color: #f6ac00;
background-color: #f6ac00;
/* Tailwind (arbitrary) */
class="text-[#f6ac00] bg-[#f6ac00]"
/* SCSS */
$brand: #f6ac00;
/* SwiftUI */
Color(red: 0.965, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#f6ac00")Accessibility — WCAG contrast
Aa
#f6ac00 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ac00 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow100.0%
Key (black)3.5%
Color previews
#f6ac00 text on a black background
contrast 10.82:1
Card sample
#f6ac00 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ac00;
Background color
Panel with #f6ac00 background
background-color: #f6ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ac00; background: linear-gradient(135deg, #f6ac00, #9CF600);