Black
#260231
PinkColor Codes
All color formats for development
HEX
#260231RGB
rgb(38, 2, 49)HSL
hsl(286, 92%, 10%)OKLCH
oklch(0.202 0.092 316.9)CMYK
cmyk(22%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22022C
2#1E0227
3#1B0122
4#17011D
5#130118
6#0F0114
7#0B010F
8#08000A
9#040005
Tints
Lighter variations
1#48045D
2#6A0689
3#8D08B5
4#AF09E1
5#C523F6
6#D04FF8
7#DC7BF9
8#E8A7FB
9#F3D3FD
Tones
Muted variations
1#25042F
2#24072C
3#22092A
4#210B28
5#200E25
6#1F1023
7#1D1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFA | BordersInactive statesPlaceholder text |
| 400 | D254 #D254F8 | Disabled statesSecondary iconsMuted text |
| 500 | C523 #C523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A709 #A709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8507 #8507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F05 #5F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FE;
--black-100: #F6DDFE;
--black-200: #EEBFFC;
--black-300: #E18EFA;
--black-400: #D254F8;
--black-500: #C523F6;
--black-600: #A709D7;
--black-700: #8507AB;
--black-800: #5F057A;
--black-900: #3D034E;
--black-950: #260231;
}