Deep Pink
#E33598
PinkColor Codes
All color formats for development
HEX
#E33598RGB
rgb(227, 53, 152)HSL
hsl(326, 76%, 55%)OKLCH
oklch(0.626 0.225 351.1)CMYK
cmyk(0%, 77%, 33%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E8B
2#C51B7C
3#AD186C
4#94145D
5#7B114D
6#630D3E
7#4A0A2E
8#31071F
9#19030F
Tints
Lighter variations
1#E649A2
2#E95DAD
3#EC72B7
4#EE86C1
5#F19ACB
6#F4AED6
7#F7C2E0
8#F9D7EA
9#FCEBF5
Tones
Muted variations
1#DB3E97
2#D24696
3#C94F94
4#C15893
5#B86192
6#AF6991
7#A67290
8#9E7B8F
9#95848D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AF | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33598 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF2F8;
--deep-pink-100: #FBE0EF;
--deep-pink-200: #F7C5E1;
--deep-pink-300: #F198CA;
--deep-pink-400: #EA62AF;
--deep-pink-500: #E33598;
--deep-pink-600: #C51B7C;
--deep-pink-700: #9D1562;
--deep-pink-800: #700F46;
--deep-pink-900: #480A2D;
--deep-pink-950: #2D061C;
}