Hot Pink
#F495B0
PinkColor Codes
All color formats for development
HEX
#F495B0RGB
rgb(244, 149, 176)HSL
hsl(343, 81%, 77%)OKLCH
oklch(0.775 0.118 1.9)CMYK
cmyk(0%, 39%, 28%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07195
2#EC4E7B
3#E92A60
4#D5164C
5#B21340
6#8E0F33
7#6B0B26
8#470719
9#24040D
Tints
Lighter variations
1#F59FB8
2#F6AAC0
3#F7B5C8
4#F8BFCF
5#F9CAD7
6#FBD5DF
7#FCDFE7
8#FDEAEF
9#FEF4F7
Tones
Muted variations
1#EF9AB2
2#EA9EB4
3#E6A3B6
4#E1A8B8
5#DCADBA
6#D7B1BC
7#D3B6BE
8#CEBBC0
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495B0 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D86 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F64 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1549 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2113A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C29 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A081A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0511 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F5;
--hot-pink-100: #FCDFE7;
--hot-pink-200: #F9C3D2;
--hot-pink-300: #F495B0;
--hot-pink-400: #EE5D86;
--hot-pink-500: #E92F64;
--hot-pink-600: #CB1549;
--hot-pink-700: #A2113A;
--hot-pink-800: #730C29;
--hot-pink-900: #4A081A;
--hot-pink-950: #2E0511;
}