#ffd367
a light, electric yellow · warm · closest name: khaki
RGB
255, 211, 103
HSL
43°, 100%, 70%
CMYK
0, 17, 60, 0
Luminance
0.6883
Every format
| HEX | #ffd367 |
| RGB | rgb(255, 211, 103) |
| HSL | hsl(43, 100%, 70%) |
| CMYK | cmyk(0%, 17%, 60%, 0%) |
| LAB | lab(86.4 3.5 58.2) |
| LCH | lch(86.4 58.3 86.6) |
| OKLCH | oklch(0.884 0.135 87.2) |
Copy-ready code
/* CSS */
color: #ffd367;
background-color: #ffd367;
/* Tailwind (arbitrary) */
class="text-[#ffd367] bg-[#ffd367]"
/* SCSS */
$brand: #ffd367;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.404)
/* Android */
Color.parseColor("#ffd367")Accessibility — WCAG contrast
Aa
#ffd367 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd367 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow59.6%
Key (black)0.0%
Color previews
#ffd367 text on a black background
contrast 14.77:1
Card sample
#ffd367 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd367;
Background color
Panel with #ffd367 background
background-color: #ffd367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd367; background: linear-gradient(135deg, #ffd367, #C6FF67);