Pink
#FEBDC3
RedColor Codes
All color formats for development
HEX
#FEBDC3RGB
rgb(254, 189, 195)HSL
hsl(354, 97%, 87%)OKLCH
oklch(0.859 0.075 12.6)CMYK
cmyk(0%, 26%, 23%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD929D
2#FD6675
3#FC3B4E
4#FB0F27
5#DB0319
6#AF0314
7#83020F
8#57010A
9#2C0105
Tints
Lighter variations
1#FEC4CA
2#FECBD0
3#FED1D6
4#FED8DC
5#FFDEE2
6#FFE5E7
7#FFEBED
8#FFF2F3
9#FFF8F9
Tones
Muted variations
1#FBC1C7
2#F8C4C9
3#F4C7CC
4#F1CBCE
5#EECED1
6#EBD1D4
7#E7D4D6
8#E4D7D9
9#E1DBDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B97 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F60 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E020E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500109 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FFF0F1;
--pink-100: #FEDCDF;
--pink-200: #FEBEC4;
--pink-300: #FD8B97;
--pink-400: #FC4F60;
--pink-500: #FC1D33;
--pink-600: #DD0319;
--pink-700: #B00314;
--pink-800: #7E020E;
--pink-900: #500109;
--pink-950: #320106;
}