#ffb98f
a light, electric orange · warm · closest name: tan
RGB
255, 185, 143
HSL
23°, 100%, 78%
CMYK
0, 28, 44, 0
Luminance
0.5794
Every format
| HEX | #ffb98f |
| RGB | rgb(255, 185, 143) |
| HSL | hsl(23, 100%, 78%) |
| CMYK | cmyk(0%, 28%, 44%, 0%) |
| LAB | lab(80.7 20.4 31.3) |
| LCH | lch(80.7 37.3 56.9) |
| OKLCH | oklch(0.841 0.099 51.9) |
Copy-ready code
/* CSS */
color: #ffb98f;
background-color: #ffb98f;
/* Tailwind (arbitrary) */
class="text-[#ffb98f] bg-[#ffb98f]"
/* SCSS */
$brand: #ffb98f;
/* SwiftUI */
Color(red: 1.000, green: 0.725, blue: 0.561)
/* Android */
Color.parseColor("#ffb98f")Accessibility — WCAG contrast
Aa
#ffb98f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb98f on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow43.9%
Key (black)0.0%
Color previews
#ffb98f text on a black background
contrast 12.59:1
Card sample
#ffb98f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb98f;
Background color
Panel with #ffb98f background
background-color: #ffb98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 185, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 185, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb98f; background: linear-gradient(135deg, #ffb98f, #FAFF8F);