#f5ceba
a light, vivid orange · warm · closest name: tan
RGB
245, 206, 186
HSL
20°, 75%, 85%
CMYK
0, 16, 24, 4
Luminance
0.6710
Every format
| HEX | #f5ceba |
| RGB | rgb(245, 206, 186) |
| HSL | hsl(20, 75%, 85%) |
| CMYK | cmyk(0%, 16%, 24%, 4%) |
| LAB | lab(85.6 10.7 15.1) |
| LCH | lch(85.6 18.5 54.5) |
| OKLCH | oklch(0.879 0.052 48.7) |
Copy-ready code
/* CSS */
color: #f5ceba;
background-color: #f5ceba;
/* Tailwind (arbitrary) */
class="text-[#f5ceba] bg-[#f5ceba]"
/* SCSS */
$brand: #f5ceba;
/* SwiftUI */
Color(red: 0.961, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#f5ceba")Accessibility — WCAG contrast
Aa
#f5ceba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ceba on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow24.1%
Key (black)3.9%
Color previews
#f5ceba text on a black background
contrast 14.42:1
Card sample
#f5ceba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ceba;
Background color
Panel with #f5ceba background
background-color: #f5ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ceba; background: linear-gradient(135deg, #f5ceba, #F5F5BA);