#fff785
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 133
HSL
56°, 100%, 76%
CMYK
0, 3, 48, 0
Luminance
0.8947
Every format
| HEX | #fff785 |
| RGB | rgb(255, 247, 133) |
| HSL | hsl(56, 100%, 76%) |
| CMYK | cmyk(0%, 3%, 48%, 0%) |
| LAB | lab(95.8 -12.2 55.3) |
| LCH | lch(95.8 56.6 102.5) |
| OKLCH | oklch(0.959 0.136 105.1) |
Copy-ready code
/* CSS */
color: #fff785;
background-color: #fff785;
/* Tailwind (arbitrary) */
class="text-[#fff785] bg-[#fff785]"
/* SCSS */
$brand: #fff785;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.522)
/* Android */
Color.parseColor("#fff785")Accessibility — WCAG contrast
Aa
#fff785 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff785 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow47.8%
Key (black)0.0%
Color previews
#fff785 text on a black background
contrast 18.89:1
Card sample
#fff785 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff785;
Background color
Panel with #fff785 background
background-color: #fff785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff785; background: linear-gradient(135deg, #fff785, #B6FF85);