Black
#0E042F
BlueColor Codes
All color formats for development
HEX
#0E042FRGB
rgb(14, 4, 47)HSL
hsl(254, 84%, 10%)OKLCH
oklch(0.166 0.081 285.4)CMYK
cmyk(70%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D042A
2#0B0326
3#0A0321
4#08021C
5#070217
6#060213
7#04010E
8#030109
9#010005
Tints
Lighter variations
1#1B0859
2#270B83
3#340FAE
4#4113D8
5#592CED
6#7A56F0
7#9B80F4
8#BDABF8
9#DED5FB
Tones
Muted variations
1#0F062D
2#10082B
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 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA93 #AA93F6 | BordersInactive statesPlaceholder text |
| 400 | 7E5B #7E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 592C #592CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E12 #3E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310E #310EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FE;
--black-100: #E5DEFC;
--black-200: #CFC2FA;
--black-300: #AA93F6;
--black-400: #7E5BF1;
--black-500: #592CED;
--black-600: #3E12CE;
--black-700: #310EA4;
--black-800: #230A75;
--black-900: #17074B;
--black-950: #0E042F;
}