Purple
#B10265
PinkColor Codes
All color formats for development
HEX
#B10265RGB
rgb(177, 2, 101)HSL
hsl(326, 98%, 35%)OKLCH
oklch(0.496 0.202 356.4)CMYK
cmyk(0%, 99%, 43%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F025B
2#8D0151
3#7C0147
4#6A013D
5#580132
6#470128
7#35011E
8#230014
9#12000A
Tints
Lighter variations
1#D20278
2#F2028A
3#FD199A
4#FD3AA9
5#FD5BB7
6#FE7CC5
7#FE9DD4
8#FEBDE2
9#FFDEF1
Tones
Muted variations
1#A80B64
2#9F1363
3#961C61
4#8E2560
5#852E5F
6#7C365E
7#733F5D
8#6B485C
9#62515A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BCC | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB1 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C9B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE027F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51012E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F8;
--purple-100: #FFDCEF;
--purple-200: #FEBDE2;
--purple-300: #FE8BCC;
--purple-400: #FD4EB1;
--purple-500: #FD1C9B;
--purple-600: #DE027F;
--purple-700: #B10265;
--purple-800: #7E0148;
--purple-900: #51012E;
--purple-950: #32011D;
}