#ffd17b
a light, electric orange · warm · closest name: khaki
RGB
255, 209, 123
HSL
39°, 100%, 74%
CMYK
0, 18, 52, 0
Luminance
0.6829
Every format
| HEX | #ffd17b |
| RGB | rgb(255, 209, 123) |
| HSL | hsl(39, 100%, 74%) |
| CMYK | cmyk(0%, 18%, 52%, 0%) |
| LAB | lab(86.2 6.0 48.4) |
| LCH | lch(86.2 48.8 82.9) |
| OKLCH | oklch(0.883 0.117 81.9) |
Copy-ready code
/* CSS */
color: #ffd17b;
background-color: #ffd17b;
/* Tailwind (arbitrary) */
class="text-[#ffd17b] bg-[#ffd17b]"
/* SCSS */
$brand: #ffd17b;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.482)
/* Android */
Color.parseColor("#ffd17b")Accessibility — WCAG contrast
Aa
#ffd17b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd17b on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow51.8%
Key (black)0.0%
Color previews
#ffd17b text on a black background
contrast 14.66:1
Card sample
#ffd17b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd17b;
Background color
Panel with #ffd17b background
background-color: #ffd17b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd17b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd17b; background: linear-gradient(135deg, #ffd17b, #D5FF7B);