#ffd398
a light, electric orange · warm · closest name: tan
RGB
255, 211, 152
HSL
34°, 100%, 80%
CMYK
0, 17, 40, 0
Luminance
0.7012
Every format
| HEX | #ffd398 |
| RGB | rgb(255, 211, 152) |
| HSL | hsl(34, 100%, 80%) |
| CMYK | cmyk(0%, 17%, 40%, 0%) |
| LAB | lab(87.1 7.8 35.0) |
| LCH | lch(87.1 35.9 77.5) |
| OKLCH | oklch(0.891 0.090 74.4) |
Copy-ready code
/* CSS */
color: #ffd398;
background-color: #ffd398;
/* Tailwind (arbitrary) */
class="text-[#ffd398] bg-[#ffd398]"
/* SCSS */
$brand: #ffd398;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.596)
/* Android */
Color.parseColor("#ffd398")Accessibility — WCAG contrast
Aa
#ffd398 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd398 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow40.4%
Key (black)0.0%
Color previews
#ffd398 text on a black background
contrast 15.02:1
Card sample
#ffd398 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd398;
Background color
Panel with #ffd398 background
background-color: #ffd398;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd398;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd398; background: linear-gradient(135deg, #ffd398, #E6FF98);