#ffd18c
a light, electric orange · warm · closest name: khaki
RGB
255, 209, 140
HSL
36°, 100%, 78%
CMYK
0, 18, 45, 0
Luminance
0.6875
Every format
| HEX | #ffd18c |
| RGB | rgb(255, 209, 140) |
| HSL | hsl(36, 100%, 78%) |
| CMYK | cmyk(0%, 18%, 45%, 0%) |
| LAB | lab(86.4 7.6 40.2) |
| LCH | lch(86.4 41.0 79.3) |
| OKLCH | oklch(0.885 0.101 77.0) |
Copy-ready code
/* CSS */
color: #ffd18c;
background-color: #ffd18c;
/* Tailwind (arbitrary) */
class="text-[#ffd18c] bg-[#ffd18c]"
/* SCSS */
$brand: #ffd18c;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.549)
/* Android */
Color.parseColor("#ffd18c")Accessibility — WCAG contrast
Aa
#ffd18c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd18c on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow45.1%
Key (black)0.0%
Color previews
#ffd18c text on a black background
contrast 14.75:1
Card sample
#ffd18c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd18c;
Background color
Panel with #ffd18c background
background-color: #ffd18c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd18c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd18c; background: linear-gradient(135deg, #ffd18c, #E0FF8C);