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