Purple
#B00399
PinkColor Codes
All color formats for development
HEX
#B00399RGB
rgb(176, 3, 153)HSL
hsl(308, 97%, 35%)OKLCH
oklch(0.518 0.228 335.8)CMYK
cmyk(0%, 98%, 13%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0289
2#8D027A
3#7B026B
4#69025C
5#58014C
6#46013D
7#35012E
8#23011F
9#12000F
Tints
Lighter variations
1#D003B5
2#F104D1
3#FC1ADE
4#FC3BE2
5#FD5CE7
6#FD7CEC
7#FE9DF1
8#FEBEF5
9#FFDEFA
Tones
Muted variations
1#A70B92
2#9F148C
3#961D86
4#8D257F
5#852E79
6#7C3773
7#733F6C
8#6B4866
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BEE | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FE5 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DDE | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E026D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500146 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FEDCFA;
--purple-200: #FEBEF5;
--purple-300: #FD8BEE;
--purple-400: #FC4FE5;
--purple-500: #FC1DDE;
--purple-600: #DD03C0;
--purple-700: #B00399;
--purple-800: #7E026D;
--purple-900: #500146;
--purple-950: #32012C;
}