#ffcb91
a light, electric orange · warm · closest name: tan
RGB
255, 203, 145
HSL
32°, 100%, 78%
CMYK
0, 20, 43, 0
Luminance
0.6602
Every format
| HEX | #ffcb91 |
| RGB | rgb(255, 203, 145) |
| HSL | hsl(32, 100%, 78%) |
| CMYK | cmyk(0%, 20%, 43%, 0%) |
| LAB | lab(85.0 11.2 35.9) |
| LCH | lch(85.0 37.6 72.7) |
| OKLCH | oklch(0.875 0.095 69.1) |
Copy-ready code
/* CSS */
color: #ffcb91;
background-color: #ffcb91;
/* Tailwind (arbitrary) */
class="text-[#ffcb91] bg-[#ffcb91]"
/* SCSS */
$brand: #ffcb91;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.569)
/* Android */
Color.parseColor("#ffcb91")Accessibility — WCAG contrast
Aa
#ffcb91 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb91 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow43.1%
Key (black)0.0%
Color previews
#ffcb91 text on a black background
contrast 14.20:1
Card sample
#ffcb91 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb91;
Background color
Panel with #ffcb91 background
background-color: #ffcb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb91; background: linear-gradient(135deg, #ffcb91, #EAFF91);