#fff072
a light, electric yellow · cool · closest name: khaki
RGB
255, 240, 114
HSL
54°, 100%, 72%
CMYK
0, 6, 55, 0
Luminance
0.8480
Every format
| HEX | #fff072 |
| RGB | rgb(255, 240, 114) |
| HSL | hsl(54, 100%, 72%) |
| CMYK | cmyk(0%, 6%, 55%, 0%) |
| LAB | lab(93.8 -10.3 61.6) |
| LCH | lch(93.8 62.5 99.5) |
| OKLCH | oklch(0.943 0.147 102.6) |
Copy-ready code
/* CSS */
color: #fff072;
background-color: #fff072;
/* Tailwind (arbitrary) */
class="text-[#fff072] bg-[#fff072]"
/* SCSS */
$brand: #fff072;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.447)
/* Android */
Color.parseColor("#fff072")Accessibility — WCAG contrast
Aa
#fff072 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff072 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow55.3%
Key (black)0.0%
Color previews
#fff072 text on a black background
contrast 17.96:1
Card sample
#fff072 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff072;
Background color
Panel with #fff072 background
background-color: #fff072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff072; background: linear-gradient(135deg, #fff072, #B0FF72);