#fdf68f
a light, electric yellow · cool · closest name: khaki
RGB
253, 246, 143
HSL
56°, 97%, 78%
CMYK
0, 3, 44, 1
Luminance
0.8878
Every format
| HEX | #fdf68f |
| RGB | rgb(253, 246, 143) |
| HSL | hsl(56, 97%, 78%) |
| CMYK | cmyk(0%, 3%, 44%, 1%) |
| LAB | lab(95.5 -11.6 50.2) |
| LCH | lch(95.5 51.5 103.0) |
| OKLCH | oklch(0.957 0.125 105.1) |
Copy-ready code
/* CSS */
color: #fdf68f;
background-color: #fdf68f;
/* Tailwind (arbitrary) */
class="text-[#fdf68f] bg-[#fdf68f]"
/* SCSS */
$brand: #fdf68f;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.561)
/* Android */
Color.parseColor("#fdf68f")Accessibility — WCAG contrast
Aa
#fdf68f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf68f on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow43.5%
Key (black)0.8%
Color previews
#fdf68f text on a black background
contrast 18.76:1
Card sample
#fdf68f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf68f;
Background color
Panel with #fdf68f background
background-color: #fdf68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf68f; background: linear-gradient(135deg, #fdf68f, #BAFD8F);