#ffb38f
a light, electric orange · warm · closest name: tan
RGB
255, 179, 143
HSL
19°, 100%, 78%
CMYK
0, 30, 44, 0
Luminance
0.5548
Every format
| HEX | #ffb38f |
| RGB | rgb(255, 179, 143) |
| HSL | hsl(19, 100%, 78%) |
| CMYK | cmyk(0%, 30%, 44%, 0%) |
| LAB | lab(79.3 23.5 29.4) |
| LCH | lch(79.3 37.7 51.4) |
| OKLCH | oklch(0.831 0.102 46.2) |
Copy-ready code
/* CSS */
color: #ffb38f;
background-color: #ffb38f;
/* Tailwind (arbitrary) */
class="text-[#ffb38f] bg-[#ffb38f]"
/* SCSS */
$brand: #ffb38f;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.561)
/* Android */
Color.parseColor("#ffb38f")Accessibility — WCAG contrast
Aa
#ffb38f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb38f on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow43.9%
Key (black)0.0%
Color previews
#ffb38f text on a black background
contrast 12.10:1
Card sample
#ffb38f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb38f;
Background color
Panel with #ffb38f background
background-color: #ffb38f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb38f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb38f; background: linear-gradient(135deg, #ffb38f, #FFFE8F);