Deep Pink
#C618C9
PinkColor Codes
All color formats for development
HEX
#C618C9RGB
rgb(198, 24, 201)HSL
hsl(299, 79%, 44%)OKLCH
oklch(0.588 0.261 327.5)CMYK
cmyk(1%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B215B5
2#9E13A1
3#8B108D
4#770E79
5#630C64
6#4F0950
7#3B073C
8#280528
9#140214
Tints
Lighter variations
1#DF1BE2
2#E433E7
3#E74CEA
4#EB66ED
5#EE7FF0
6#F299F3
7#F5B2F6
8#F8CCF9
9#FCE5FC
Tones
Muted variations
1#BD20C0
2#B529B7
3#AC32AE
4#A43BA5
5#9B449D
6#924D94
7#8A568B
8#815E82
9#796779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F196 #F196F3 | BordersInactive statesPlaceholder text |
| 400 | EA5F #EA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | E432 #E432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C618 #C618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D13 #9D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700D #700D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1FD;
--deep-pink-100: #FBDFFB;
--deep-pink-200: #F7C4F8;
--deep-pink-300: #F196F3;
--deep-pink-400: #EA5FEC;
--deep-pink-500: #E432E7;
--deep-pink-600: #C618C9;
--deep-pink-700: #9D13A0;
--deep-pink-800: #700D72;
--deep-pink-900: #480949;
--deep-pink-950: #2D052E;
}