#f6cfbc
a pale, electric orange · warm · closest name: tan
RGB
246, 207, 188
HSL
20°, 76%, 85%
CMYK
0, 16, 24, 4
Luminance
0.6785
Every format
| HEX | #f6cfbc |
| RGB | rgb(246, 207, 188) |
| HSL | hsl(20, 76%, 85%) |
| CMYK | cmyk(0%, 16%, 24%, 4%) |
| LAB | lab(85.9 10.9 14.6) |
| LCH | lch(85.9 18.2 53.2) |
| OKLCH | oklch(0.883 0.051 47.5) |
Copy-ready code
/* CSS */
color: #f6cfbc;
background-color: #f6cfbc;
/* Tailwind (arbitrary) */
class="text-[#f6cfbc] bg-[#f6cfbc]"
/* SCSS */
$brand: #f6cfbc;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#f6cfbc")Accessibility — WCAG contrast
Aa
#f6cfbc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cfbc on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow23.6%
Key (black)3.5%
Color previews
#f6cfbc text on a black background
contrast 14.57:1
Card sample
#f6cfbc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cfbc;
Background color
Panel with #f6cfbc background
background-color: #f6cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cfbc; background: linear-gradient(135deg, #f6cfbc, #F6F6BC);