#fff770
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 112
HSL
57°, 100%, 72%
CMYK
0, 3, 56, 0
Luminance
0.8895
Every format
| HEX | #fff770 |
| RGB | rgb(255, 247, 112) |
| HSL | hsl(57, 100%, 72%) |
| CMYK | cmyk(0%, 3%, 56%, 0%) |
| LAB | lab(95.6 -13.9 64.5) |
| LCH | lch(95.6 66.0 102.2) |
| OKLCH | oklch(0.957 0.155 105.8) |
Copy-ready code
/* CSS */
color: #fff770;
background-color: #fff770;
/* Tailwind (arbitrary) */
class="text-[#fff770] bg-[#fff770]"
/* SCSS */
$brand: #fff770;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.439)
/* Android */
Color.parseColor("#fff770")Accessibility — WCAG contrast
Aa
#fff770 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff770 on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow56.1%
Key (black)0.0%
Color previews
#fff770 text on a black background
contrast 18.79:1
Card sample
#fff770 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff770;
Background color
Panel with #fff770 background
background-color: #fff770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff770; background: linear-gradient(135deg, #fff770, #A8FF70);