#ffc17f
a light, electric orange · warm · closest name: tan
RGB
255, 193, 127
HSL
31°, 100%, 75%
CMYK
0, 24, 50, 0
Luminance
0.6093
Every format
| HEX | #ffc17f |
| RGB | rgb(255, 193, 127) |
| HSL | hsl(31, 100%, 75%) |
| CMYK | cmyk(0%, 24%, 50%, 0%) |
| LAB | lab(82.3 14.7 41.7) |
| LCH | lch(82.3 44.2 70.6) |
| OKLCH | oklch(0.853 0.109 67.2) |
Copy-ready code
/* CSS */
color: #ffc17f;
background-color: #ffc17f;
/* Tailwind (arbitrary) */
class="text-[#ffc17f] bg-[#ffc17f]"
/* SCSS */
$brand: #ffc17f;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.498)
/* Android */
Color.parseColor("#ffc17f")Accessibility — WCAG contrast
Aa
#ffc17f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc17f on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow50.2%
Key (black)0.0%
Color previews
#ffc17f text on a black background
contrast 13.19:1
Card sample
#ffc17f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc17f;
Background color
Panel with #ffc17f background
background-color: #ffc17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc17f; background: linear-gradient(135deg, #ffc17f, #E8FF7F);