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