#ffc18b
a light, electric orange · warm · closest name: tan
RGB
255, 193, 139
HSL
28°, 100%, 77%
CMYK
0, 24, 46, 0
Luminance
0.6126
Every format
| HEX | #ffc18b |
| RGB | rgb(255, 193, 139) |
| HSL | hsl(28, 100%, 77%) |
| CMYK | cmyk(0%, 24%, 46%, 0%) |
| LAB | lab(82.5 15.8 35.8) |
| LCH | lch(82.5 39.1 66.2) |
| OKLCH | oklch(0.855 0.100 61.9) |
Copy-ready code
/* CSS */
color: #ffc18b;
background-color: #ffc18b;
/* Tailwind (arbitrary) */
class="text-[#ffc18b] bg-[#ffc18b]"
/* SCSS */
$brand: #ffc18b;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.545)
/* Android */
Color.parseColor("#ffc18b")Accessibility — WCAG contrast
Aa
#ffc18b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc18b on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow45.5%
Key (black)0.0%
Color previews
#ffc18b text on a black background
contrast 13.25:1
Card sample
#ffc18b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc18b;
Background color
Panel with #ffc18b background
background-color: #ffc18b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc18b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc18b; background: linear-gradient(135deg, #ffc18b, #F0FF8B);