#ffd68f
a light, electric orange · warm · closest name: khaki
RGB
255, 214, 143
HSL
38°, 100%, 78%
CMYK
0, 16, 44, 0
Luminance
0.7134
Every format
| HEX | #ffd68f |
| RGB | rgb(255, 214, 143) |
| HSL | hsl(38, 100%, 78%) |
| CMYK | cmyk(0%, 16%, 44%, 0%) |
| LAB | lab(87.7 5.3 40.3) |
| LCH | lch(87.7 40.7 82.5) |
| OKLCH | oklch(0.895 0.100 80.6) |
Copy-ready code
/* CSS */
color: #ffd68f;
background-color: #ffd68f;
/* Tailwind (arbitrary) */
class="text-[#ffd68f] bg-[#ffd68f]"
/* SCSS */
$brand: #ffd68f;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#ffd68f")Accessibility — WCAG contrast
Aa
#ffd68f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd68f on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow43.9%
Key (black)0.0%
Color previews
#ffd68f text on a black background
contrast 15.27:1
Card sample
#ffd68f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd68f;
Background color
Panel with #ffd68f background
background-color: #ffd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd68f; background: linear-gradient(135deg, #ffd68f, #DDFF8F);