#f2d75f
a light, electric yellow · cool · closest name: khaki
RGB
242, 215, 95
HSL
49°, 85%, 66%
CMYK
0, 11, 61, 5
Luminance
0.6830
Every format
| HEX | #f2d75f |
| RGB | rgb(242, 215, 95) |
| HSL | hsl(49, 85%, 66%) |
| CMYK | cmyk(0%, 11%, 61%, 5%) |
| LAB | lab(86.2 -4.4 61.1) |
| LCH | lch(86.2 61.3 94.1) |
| OKLCH | oklch(0.879 0.141 96.7) |
Copy-ready code
/* CSS */
color: #f2d75f;
background-color: #f2d75f;
/* Tailwind (arbitrary) */
class="text-[#f2d75f] bg-[#f2d75f]"
/* SCSS */
$brand: #f2d75f;
/* SwiftUI */
Color(red: 0.949, green: 0.843, blue: 0.373)
/* Android */
Color.parseColor("#f2d75f")Accessibility — WCAG contrast
Aa
#f2d75f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d75f on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green84.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow60.7%
Key (black)5.1%
Color previews
#f2d75f text on a black background
contrast 14.66:1
Card sample
#f2d75f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d75f;
Background color
Panel with #f2d75f background
background-color: #f2d75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 215, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 215, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d75f; background: linear-gradient(135deg, #f2d75f, #ABF25F);