Deep Pink
#CA1685
PinkColor Codes
All color formats for development
HEX
#CA1685RGB
rgb(202, 22, 133)HSL
hsl(323, 80%, 44%)OKLCH
oklch(0.559 0.223 350.5)CMYK
cmyk(0%, 89%, 34%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B61478
2#A2126B
3#8D105D
4#790D50
5#650B43
6#510935
7#3D0728
8#28041B
9#14020D
Tints
Lighter variations
1#E41996
2#E831A2
3#EB4BAE
4#EE65B9
5#F17EC5
6#F498D1
7#F6B2DC
8#F9CCE8
9#FCE5F3
Tones
Muted variations
1#C11F83
2#B82881
3#AF317F
4#A63A7D
5#9D437B
6#944C79
7#8B5576
8#825E74
9#796772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB6 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1685 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490830 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1F9;
--deep-pink-100: #FBDFF0;
--deep-pink-200: #F8C3E4;
--deep-pink-300: #F395CF;
--deep-pink-400: #ED5EB6;
--deep-pink-500: #E830A2;
--deep-pink-600: #CA1685;
--deep-pink-700: #A1126A;
--deep-pink-800: #730D4C;
--deep-pink-900: #490830;
--deep-pink-950: #2E051E;
}