Pink
#FEBDBD
RedColor Codes
All color formats for development
HEX
#FEBDBDRGB
rgb(254, 189, 189)HSL
hsl(0, 97%, 87%)OKLCH
oklch(0.858 0.075 18.7)CMYK
cmyk(0%, 26%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD9292
2#FD6666
3#FC3B3B
4#FB0F0F
5#DB0303
6#AF0303
7#830202
8#570101
9#2C0101
Tints
Lighter variations
1#FEC4C4
2#FECBCB
3#FED1D1
4#FED8D8
5#FFDEDE
6#FFE5E5
7#FFEBEB
8#FFF2F2
9#FFF8F8
Tones
Muted variations
1#FBC1C1
2#F8C4C4
3#F4C7C7
4#F1CBCB
5#EECECE
6#EBD1D1
7#E7D4D4
8#E4D7D7
9#E1DBDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B8B | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F4F | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0303 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500101 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FFF0F0;
--pink-100: #FEDCDC;
--pink-200: #FEBEBE;
--pink-300: #FD8B8B;
--pink-400: #FC4F4F;
--pink-500: #FC1D1D;
--pink-600: #DD0303;
--pink-700: #B00303;
--pink-800: #7E0202;
--pink-900: #500101;
--pink-950: #320101;
}