#f3cdbb
a light, vivid orange · warm · closest name: tan
RGB
243, 205, 187
HSL
19°, 70%, 84%
CMYK
0, 16, 23, 5
Luminance
0.6631
Every format
| HEX | #f3cdbb |
| RGB | rgb(243, 205, 187) |
| HSL | hsl(19, 70%, 84%) |
| CMYK | cmyk(0%, 16%, 23%, 5%) |
| LAB | lab(85.2 10.7 13.9) |
| LCH | lch(85.2 17.6 52.6) |
| OKLCH | oklch(0.876 0.050 46.8) |
Copy-ready code
/* CSS */
color: #f3cdbb;
background-color: #f3cdbb;
/* Tailwind (arbitrary) */
class="text-[#f3cdbb] bg-[#f3cdbb]"
/* SCSS */
$brand: #f3cdbb;
/* SwiftUI */
Color(red: 0.953, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#f3cdbb")Accessibility — WCAG contrast
Aa
#f3cdbb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cdbb on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow23.0%
Key (black)4.7%
Color previews
#f3cdbb text on a black background
contrast 14.26:1
Card sample
#f3cdbb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cdbb;
Background color
Panel with #f3cdbb background
background-color: #f3cdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cdbb; background: linear-gradient(135deg, #f3cdbb, #F3F2BB);