#fad275
a light, electric yellow · warm · closest name: khaki
RGB
250, 210, 117
HSL
42°, 93%, 72%
CMYK
0, 16, 53, 2
Luminance
0.6770
Every format
| HEX | #fad275 |
| RGB | rgb(250, 210, 117) |
| HSL | hsl(42, 93%, 72%) |
| CMYK | cmyk(0%, 16%, 53%, 2%) |
| LAB | lab(85.9 3.0 50.9) |
| LCH | lch(85.9 50.9 86.6) |
| OKLCH | oklch(0.879 0.121 86.6) |
Copy-ready code
/* CSS */
color: #fad275;
background-color: #fad275;
/* Tailwind (arbitrary) */
class="text-[#fad275] bg-[#fad275]"
/* SCSS */
$brand: #fad275;
/* SwiftUI */
Color(red: 0.980, green: 0.824, blue: 0.459)
/* Android */
Color.parseColor("#fad275")Accessibility — WCAG contrast
Aa
#fad275 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad275 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.4%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow53.2%
Key (black)2.0%
Color previews
#fad275 text on a black background
contrast 14.54:1
Card sample
#fad275 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad275;
Background color
Panel with #fad275 background
background-color: #fad275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 210, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 210, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad275; background: linear-gradient(135deg, #fad275, #C9FA75);