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