#f3ce7f
a light, electric yellow · warm · closest name: khaki
RGB
243, 206, 127
HSL
41°, 83%, 73%
CMYK
0, 15, 48, 5
Luminance
0.6473
Every format
| HEX | #f3ce7f |
| RGB | rgb(243, 206, 127) |
| HSL | hsl(41, 83%, 73%) |
| CMYK | cmyk(0%, 15%, 48%, 5%) |
| LAB | lab(84.3 3.1 44.0) |
| LCH | lch(84.3 44.1 85.9) |
| OKLCH | oklch(0.866 0.106 85.2) |
Copy-ready code
/* CSS */
color: #f3ce7f;
background-color: #f3ce7f;
/* Tailwind (arbitrary) */
class="text-[#f3ce7f] bg-[#f3ce7f]"
/* SCSS */
$brand: #f3ce7f;
/* SwiftUI */
Color(red: 0.953, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#f3ce7f")Accessibility — WCAG contrast
Aa
#f3ce7f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ce7f on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow47.7%
Key (black)4.7%
Color previews
#f3ce7f text on a black background
contrast 13.95:1
Card sample
#f3ce7f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ce7f;
Background color
Panel with #f3ce7f background
background-color: #f3ce7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ce7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ce7f; background: linear-gradient(135deg, #f3ce7f, #CBF37F);