#ce856f
a balanced, vivid red · warm · closest name: salmon
RGB
206, 133, 111
HSL
14°, 49%, 62%
CMYK
0, 35, 46, 19
Luminance
0.3104
Every format
| HEX | #ce856f |
| RGB | rgb(206, 133, 111) |
| HSL | hsl(14, 49%, 62%) |
| CMYK | cmyk(0%, 35%, 46%, 19%) |
| LAB | lab(62.5 25.6 23.5) |
| LCH | lch(62.5 34.7 42.6) |
| OKLCH | oklch(0.687 0.096 37.5) |
Copy-ready code
/* CSS */
color: #ce856f;
background-color: #ce856f;
/* Tailwind (arbitrary) */
class="text-[#ce856f] bg-[#ce856f]"
/* SCSS */
$brand: #ce856f;
/* SwiftUI */
Color(red: 0.808, green: 0.522, blue: 0.435)
/* Android */
Color.parseColor("#ce856f")Accessibility — WCAG contrast
Aa
#ce856f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce856f on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow46.1%
Key (black)19.2%
Color previews
#ce856f text on a black background
contrast 7.21:1
Card sample
#ce856f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce856f;
Background color
Panel with #ce856f background
background-color: #ce856f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce856f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 133, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 133, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce856f; background: linear-gradient(135deg, #ce856f, #CEC46F);