#f3d068
a light, electric yellow · warm · closest name: khaki
RGB
243, 208, 104
HSL
45°, 85%, 68%
CMYK
0, 14, 57, 5
Luminance
0.6517
Every format
| HEX | #f3d068 |
| RGB | rgb(243, 208, 104) |
| HSL | hsl(45, 85%, 68%) |
| CMYK | cmyk(0%, 14%, 57%, 5%) |
| LAB | lab(84.6 0.2 55.3) |
| LCH | lch(84.6 55.3 89.8) |
| OKLCH | oklch(0.867 0.129 90.9) |
Copy-ready code
/* CSS */
color: #f3d068;
background-color: #f3d068;
/* Tailwind (arbitrary) */
class="text-[#f3d068] bg-[#f3d068]"
/* SCSS */
$brand: #f3d068;
/* SwiftUI */
Color(red: 0.953, green: 0.816, blue: 0.408)
/* Android */
Color.parseColor("#f3d068")Accessibility — WCAG contrast
Aa
#f3d068 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d068 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.6%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow57.2%
Key (black)4.7%
Color previews
#f3d068 text on a black background
contrast 14.03:1
Card sample
#f3d068 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d068;
Background color
Panel with #f3d068 background
background-color: #f3d068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 208, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 208, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d068; background: linear-gradient(135deg, #f3d068, #B9F368);