#f5fe3f
a balanced, electric yellow · cool · closest name: yellow
RGB
245, 254, 63
HSL
63°, 99%, 62%
CMYK
4, 0, 75, 0
Luminance
0.9065
Every format
| HEX | #f5fe3f |
| RGB | rgb(245, 254, 63) |
| HSL | hsl(63, 99%, 62%) |
| CMYK | cmyk(4%, 0%, 75%, 0%) |
| LAB | lab(96.3 -23.9 83.2) |
| LCH | lch(96.3 86.6 106.1) |
| OKLCH | oklch(0.960 0.197 112.4) |
Copy-ready code
/* CSS */
color: #f5fe3f;
background-color: #f5fe3f;
/* Tailwind (arbitrary) */
class="text-[#f5fe3f] bg-[#f5fe3f]"
/* SCSS */
$brand: #f5fe3f;
/* SwiftUI */
Color(red: 0.961, green: 0.996, blue: 0.247)
/* Android */
Color.parseColor("#f5fe3f")Accessibility — WCAG contrast
Aa
#f5fe3f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fe3f on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green99.6%
Blue24.7%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow75.2%
Key (black)0.4%
Color previews
#f5fe3f text on a black background
contrast 19.13:1
Card sample
#f5fe3f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fe3f;
Background color
Panel with #f5fe3f background
background-color: #f5fe3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fe3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 254, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 254, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fe3f; background: linear-gradient(135deg, #f5fe3f, #76FE3F);