Deep Pink
#E3359B
PinkColor Codes
All color formats for development
HEX
#E3359BRGB
rgb(227, 53, 155)HSL
hsl(325, 76%, 55%)OKLCH
oklch(0.627 0.226 350)CMYK
cmyk(0%, 77%, 32%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E8E
2#C51B7E
3#AD186F
4#94145F
5#7B114F
6#630D3F
7#4A0A2F
8#310720
9#190310
Tints
Lighter variations
1#E649A5
2#E95DAF
3#EC72B9
4#EE86C3
5#F19ACD
6#F4AED7
7#F7C2E1
8#F9D7EB
9#FCEBF5
Tones
Muted variations
1#DB3E99
2#D24698
3#C94F96
4#C15895
5#B86194
6#AF6992
7#A67291
8#9E7B8F
9#95848E
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 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | 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: #F7C5E2;
--deep-pink-300: #F198CC;
--deep-pink-400: #EA62B1;
--deep-pink-500: #E3359B;
--deep-pink-600: #C51B7E;
--deep-pink-700: #9D1565;
--deep-pink-800: #700F48;
--deep-pink-900: #480A2E;
--deep-pink-950: #2D061D;
}