#f5ceab
a light, electric orange · warm · closest name: tan
RGB
245, 206, 171
HSL
28°, 79%, 82%
CMYK
0, 16, 30, 4
Luminance
0.6650
Every format
| HEX | #f5ceab |
| RGB | rgb(245, 206, 171) |
| HSL | hsl(28, 79%, 82%) |
| CMYK | cmyk(0%, 16%, 30%, 4%) |
| LAB | lab(85.3 8.7 22.5) |
| LCH | lch(85.3 24.2 68.8) |
| OKLCH | oklch(0.876 0.064 63.7) |
Copy-ready code
/* CSS */
color: #f5ceab;
background-color: #f5ceab;
/* Tailwind (arbitrary) */
class="text-[#f5ceab] bg-[#f5ceab]"
/* SCSS */
$brand: #f5ceab;
/* SwiftUI */
Color(red: 0.961, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#f5ceab")Accessibility — WCAG contrast
Aa
#f5ceab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ceab on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow30.2%
Key (black)3.9%
Color previews
#f5ceab text on a black background
contrast 14.30:1
Card sample
#f5ceab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ceab;
Background color
Panel with #f5ceab background
background-color: #f5ceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ceab; background: linear-gradient(135deg, #f5ceab, #EBF5AB);