#f0f883
a light, electric yellow · cool · closest name: khaki
RGB
240, 248, 131
HSL
64°, 89%, 74%
CMYK
3, 0, 47, 3
Luminance
0.8730
Every format
| HEX | #f0f883 |
| RGB | rgb(240, 248, 131) |
| HSL | hsl(64, 89%, 74%) |
| CMYK | cmyk(3%, 0%, 47%, 3%) |
| LAB | lab(94.9 -18.7 54.9) |
| LCH | lch(94.9 58.0 108.8) |
| OKLCH | oklch(0.949 0.141 112.3) |
Copy-ready code
/* CSS */
color: #f0f883;
background-color: #f0f883;
/* Tailwind (arbitrary) */
class="text-[#f0f883] bg-[#f0f883]"
/* SCSS */
$brand: #f0f883;
/* SwiftUI */
Color(red: 0.941, green: 0.973, blue: 0.514)
/* Android */
Color.parseColor("#f0f883")Accessibility — WCAG contrast
Aa
#f0f883 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f883 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green97.3%
Blue51.4%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow47.2%
Key (black)2.7%
Color previews
#f0f883 text on a black background
contrast 18.46:1
Card sample
#f0f883 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f883;
Background color
Panel with #f0f883 background
background-color: #f0f883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 248, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 248, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f883; background: linear-gradient(135deg, #f0f883, #A2F883);