Black
#0F042F
PurpleColor Codes
All color formats for development
HEX
#0F042FRGB
rgb(15, 4, 47)HSL
hsl(255, 84%, 10%)OKLCH
oklch(0.167 0.081 286.8)CMYK
cmyk(68%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D042A
2#0C0326
3#0A0321
4#09021C
5#070217
6#060213
7#04010E
8#030109
9#010005
Tints
Lighter variations
1#1C0859
2#290B83
3#370FAE
4#4413D8
5#5C2CED
6#7D56F0
7#9D80F4
8#BEABF8
9#DED5FB
Tones
Muted variations
1#10062D
2#11082B
3#120B28
4#130D26
5#140F24
6#151122
7#161320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AC93 #AC93F6 | BordersInactive statesPlaceholder text |
| 400 | 805B #805BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 5C2C #5C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4112 #4112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340E #340EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FE;
--black-100: #E6DEFC;
--black-200: #D0C2FA;
--black-300: #AC93F6;
--black-400: #805BF1;
--black-500: #5C2CED;
--black-600: #4112CE;
--black-700: #340EA4;
--black-800: #250A75;
--black-900: #18074B;
--black-950: #0F042F;
}