Black
#2F0417
PinkColor Codes
All color formats for development
HEX
#2F0417RGB
rgb(47, 4, 23)HSL
hsl(333, 84%, 10%)OKLCH
oklch(0.206 0.073 358.2)CMYK
cmyk(0%, 91%, 51%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0415
2#260313
3#210310
4#1C020E
5#17020C
6#130209
7#0E0107
8#090105
9#050002
Tints
Lighter variations
1#59082C
2#830B41
3#AE0F56
4#D8136B
5#ED2C83
6#F0569B
7#F480B4
8#F8ABCD
9#FBD5E6
Tones
Muted variations
1#2D0618
2#2B0818
3#280B18
4#260D18
5#240F18
6#221119
7#201319
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693BF | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B9E | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C83 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0725 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0417 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F7;
--black-100: #FCDEEC;
--black-200: #FAC2DB;
--black-300: #F693BF;
--black-400: #F15B9E;
--black-500: #ED2C83;
--black-600: #CE1267;
--black-700: #A40E52;
--black-800: #750A3A;
--black-900: #4B0725;
--black-950: #2F0417;
}