#f3cbaf
a light, vivid orange · warm · closest name: tan
RGB
243, 203, 175
HSL
25°, 74%, 82%
CMYK
0, 17, 28, 5
Luminance
0.6486
Every format
| HEX | #f3cbaf |
| RGB | rgb(243, 203, 175) |
| HSL | hsl(25, 74%, 82%) |
| CMYK | cmyk(0%, 17%, 28%, 5%) |
| LAB | lab(84.4 10.1 19.3) |
| LCH | lch(84.4 21.7 62.4) |
| OKLCH | oklch(0.869 0.059 56.8) |
Copy-ready code
/* CSS */
color: #f3cbaf;
background-color: #f3cbaf;
/* Tailwind (arbitrary) */
class="text-[#f3cbaf] bg-[#f3cbaf]"
/* SCSS */
$brand: #f3cbaf;
/* SwiftUI */
Color(red: 0.953, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#f3cbaf")Accessibility — WCAG contrast
Aa
#f3cbaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cbaf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow28.0%
Key (black)4.7%
Color previews
#f3cbaf text on a black background
contrast 13.97:1
Card sample
#f3cbaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cbaf;
Background color
Panel with #f3cbaf background
background-color: #f3cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cbaf; background: linear-gradient(135deg, #f3cbaf, #EEF3AF);