#f5cf45
a balanced, electric yellow · cool · closest name: gold
RGB
245, 207, 69
HSL
47°, 90%, 62%
CMYK
0, 16, 72, 4
Luminance
0.6447
Every format
| HEX | #f5cf45 |
| RGB | rgb(245, 207, 69) |
| HSL | hsl(47, 90%, 62%) |
| CMYK | cmyk(0%, 16%, 72%, 4%) |
| LAB | lab(84.2 -0.5 69.8) |
| LCH | lch(84.2 69.8 90.4) |
| OKLCH | oklch(0.864 0.155 93.1) |
Copy-ready code
/* CSS */
color: #f5cf45;
background-color: #f5cf45;
/* Tailwind (arbitrary) */
class="text-[#f5cf45] bg-[#f5cf45]"
/* SCSS */
$brand: #f5cf45;
/* SwiftUI */
Color(red: 0.961, green: 0.812, blue: 0.271)
/* Android */
Color.parseColor("#f5cf45")Accessibility — WCAG contrast
Aa
#f5cf45 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cf45 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow71.8%
Key (black)3.9%
Color previews
#f5cf45 text on a black background
contrast 13.89:1
Card sample
#f5cf45 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cf45;
Background color
Panel with #f5cf45 background
background-color: #f5cf45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cf45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 207, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 207, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cf45; background: linear-gradient(135deg, #f5cf45, #A6F545);