#f0cdc0
a light, vivid orange · warm · closest name: pink
RGB
240, 205, 192
HSL
16°, 62%, 85%
CMYK
0, 15, 20, 6
Luminance
0.6599
Every format
| HEX | #f0cdc0 |
| RGB | rgb(240, 205, 192) |
| HSL | hsl(16, 62%, 85%) |
| CMYK | cmyk(0%, 15%, 20%, 6%) |
| LAB | lab(85.0 10.3 11.0) |
| LCH | lch(85.0 15.1 47.0) |
| OKLCH | oklch(0.875 0.043 41.4) |
Copy-ready code
/* CSS */
color: #f0cdc0;
background-color: #f0cdc0;
/* Tailwind (arbitrary) */
class="text-[#f0cdc0] bg-[#f0cdc0]"
/* SCSS */
$brand: #f0cdc0;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.753)
/* Android */
Color.parseColor("#f0cdc0")Accessibility — WCAG contrast
Aa
#f0cdc0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cdc0 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow20.0%
Key (black)5.9%
Color previews
#f0cdc0 text on a black background
contrast 14.20:1
Card sample
#f0cdc0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cdc0;
Background color
Panel with #f0cdc0 background
background-color: #f0cdc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cdc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cdc0; background: linear-gradient(135deg, #f0cdc0, #F0EDC0);