Black
#260330
PinkColor Codes
All color formats for development
HEX
#260330RGB
rgb(38, 3, 48)HSL
hsl(287, 88%, 10%)OKLCH
oklch(0.202 0.089 317.6)CMYK
cmyk(21%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22032B
2#1F0226
3#1B0222
4#17021D
5#130218
6#0F0113
7#0B010E
8#08010A
9#040005
Tints
Lighter variations
1#49065B
2#6B0986
3#8D0BB1
4#B00EDD
5#C527F1
6#D152F4
7#DC7EF7
8#E8A9F9
9#F3D4FC
Tones
Muted variations
1#25052E
2#24082B
3#220A29
4#210C27
5#200E25
6#1F1122
7#1D1320
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F6DDFD;
--black-200: #EEC1FB;
--black-300: #E291F8;
--black-400: #D257F4;
--black-500: #C527F1;
--black-600: #A80DD3;
--black-700: #860BA8;
--black-800: #600878;
--black-900: #3D054D;
--black-950: #260330;
}