#ffcb9f
a light, electric orange · warm · closest name: tan
RGB
255, 203, 159
HSL
28°, 100%, 81%
CMYK
0, 20, 38, 0
Luminance
0.6648
Every format
| HEX | #ffcb9f |
| RGB | rgb(255, 203, 159) |
| HSL | hsl(28, 100%, 81%) |
| CMYK | cmyk(0%, 20%, 38%, 0%) |
| LAB | lab(85.2 12.7 29.0) |
| LCH | lch(85.2 31.6 66.4) |
| OKLCH | oklch(0.877 0.083 61.7) |
Copy-ready code
/* CSS */
color: #ffcb9f;
background-color: #ffcb9f;
/* Tailwind (arbitrary) */
class="text-[#ffcb9f] bg-[#ffcb9f]"
/* SCSS */
$brand: #ffcb9f;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.624)
/* Android */
Color.parseColor("#ffcb9f")Accessibility — WCAG contrast
Aa
#ffcb9f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb9f on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow37.6%
Key (black)0.0%
Color previews
#ffcb9f text on a black background
contrast 14.30:1
Card sample
#ffcb9f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb9f;
Background color
Panel with #ffcb9f background
background-color: #ffcb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb9f; background: linear-gradient(135deg, #ffcb9f, #F3FF9F);