#ffd175
a light, electric yellow · warm · closest name: khaki
RGB
255, 209, 117
HSL
40°, 100%, 73%
CMYK
0, 18, 54, 0
Luminance
0.6815
Every format
| HEX | #ffd175 |
| RGB | rgb(255, 209, 117) |
| HSL | hsl(40, 100%, 73%) |
| CMYK | cmyk(0%, 18%, 54%, 0%) |
| LAB | lab(86.1 5.5 51.2) |
| LCH | lch(86.1 51.5 83.8) |
| OKLCH | oklch(0.882 0.122 83.3) |
Copy-ready code
/* CSS */
color: #ffd175;
background-color: #ffd175;
/* Tailwind (arbitrary) */
class="text-[#ffd175] bg-[#ffd175]"
/* SCSS */
$brand: #ffd175;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.459)
/* Android */
Color.parseColor("#ffd175")Accessibility — WCAG contrast
Aa
#ffd175 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd175 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow54.1%
Key (black)0.0%
Color previews
#ffd175 text on a black background
contrast 14.63:1
Card sample
#ffd175 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd175;
Background color
Panel with #ffd175 background
background-color: #ffd175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd175; background: linear-gradient(135deg, #ffd175, #D1FF75);