#f9cfbe
a pale, electric orange · warm · closest name: pink
RGB
249, 207, 190
HSL
17°, 83%, 86%
CMYK
0, 17, 24, 2
Luminance
0.6848
Every format
| HEX | #f9cfbe |
| RGB | rgb(249, 207, 190) |
| HSL | hsl(17, 83%, 86%) |
| CMYK | cmyk(0%, 17%, 24%, 2%) |
| LAB | lab(86.3 12.3 14.0) |
| LCH | lch(86.3 18.6 48.8) |
| OKLCH | oklch(0.886 0.053 43.2) |
Copy-ready code
/* CSS */
color: #f9cfbe;
background-color: #f9cfbe;
/* Tailwind (arbitrary) */
class="text-[#f9cfbe] bg-[#f9cfbe]"
/* SCSS */
$brand: #f9cfbe;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.745)
/* Android */
Color.parseColor("#f9cfbe")Accessibility — WCAG contrast
Aa
#f9cfbe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cfbe on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow23.7%
Key (black)2.4%
Color previews
#f9cfbe text on a black background
contrast 14.70:1
Card sample
#f9cfbe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cfbe;
Background color
Panel with #f9cfbe background
background-color: #f9cfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cfbe; background: linear-gradient(135deg, #f9cfbe, #F9F6BE);