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