Pink
#F7D3C5
OrangeColor Codes
All color formats for development
HEX
#F7D3C5RGB
rgb(247, 211, 197)HSL
hsl(17, 76%, 87%)OKLCH
oklch(0.894 0.045 42.4)CMYK
cmyk(0%, 15%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B59E
2#EC9877
3#E77A50
4#E25D28
5#C34A1B
6#9C3C15
7#752D10
8#4E1E0B
9#270F05
Tints
Lighter variations
1#F8D7CA
2#F9DCD0
3#F9E0D6
4#FAE5DC
5#FBE9E2
6#FCEDE8
7#FDF2ED
8#FDF6F3
9#FEFBF9
Tones
Muted variations
1#F5D4C7
2#F2D5CA
3#EFD6CC
4#EDD7CF
5#EAD8D1
6#E8D9D4
7#E5DBD6
8#E3DCD9
9#E0DDDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D3 #F7D3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B1 #F1B198 | BordersInactive statesPlaceholder text |
| 400 | EA88 #EA8862 | Disabled statesSecondary iconsMuted text |
| 500 | E366 #E36635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C54B #C54B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D3C #9D3C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 702B #702B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481B #481B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D11 #2D1106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FDF5F2;
--pink-100: #FBE7E0;
--pink-200: #F7D3C5;
--pink-300: #F1B198;
--pink-400: #EA8862;
--pink-500: #E36635;
--pink-600: #C54B1B;
--pink-700: #9D3C15;
--pink-800: #702B0F;
--pink-900: #481B0A;
--pink-950: #2D1106;
}