#ffc28f
a light, electric orange · warm · closest name: tan
RGB
255, 194, 143
HSL
27°, 100%, 78%
CMYK
0, 24, 44, 0
Luminance
0.6183
Every format
| HEX | #ffc28f |
| RGB | rgb(255, 194, 143) |
| HSL | hsl(27, 100%, 78%) |
| CMYK | cmyk(0%, 24%, 44%, 0%) |
| LAB | lab(82.8 15.7 34.1) |
| LCH | lch(82.8 37.5 65.3) |
| OKLCH | oklch(0.858 0.096 60.9) |
Copy-ready code
/* CSS */
color: #ffc28f;
background-color: #ffc28f;
/* Tailwind (arbitrary) */
class="text-[#ffc28f] bg-[#ffc28f]"
/* SCSS */
$brand: #ffc28f;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.561)
/* Android */
Color.parseColor("#ffc28f")Accessibility — WCAG contrast
Aa
#ffc28f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc28f on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow43.9%
Key (black)0.0%
Color previews
#ffc28f text on a black background
contrast 13.37:1
Card sample
#ffc28f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc28f;
Background color
Panel with #ffc28f background
background-color: #ffc28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc28f; background: linear-gradient(135deg, #ffc28f, #F1FF8F);