Black
#05042F
BlueColor Codes
All color formats for development
HEX
#05042FRGB
rgb(5, 4, 47)HSL
hsl(241, 84%, 10%)OKLCH
oklch(0.156 0.084 272.6)CMYK
cmyk(89%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04042A
2#040326
3#030321
4#03021C
5#020217
6#020213
7#01010E
8#010109
9#000005
Tints
Lighter variations
1#090859
2#0D0B83
3#120FAE
4#1613D8
5#2F2CED
6#5956F0
7#8280F4
8#ACABF8
9#D5D5FB
Tones
Muted variations
1#07062D
2#09082B
3#0B0B28
4#0D0D26
5#0F0F24
6#111122
7#131320
8#15151E
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9593 #9593F6 | BordersInactive statesPlaceholder text |
| 400 | 5D5B #5D5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2F2C #2F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1512 #1512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 110E #110EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0A #0C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F1FE;
--black-100: #DFDEFC;
--black-200: #C3C2FA;
--black-300: #9593F6;
--black-400: #5D5BF1;
--black-500: #2F2CED;
--black-600: #1512CE;
--black-700: #110EA4;
--black-800: #0C0A75;
--black-900: #08074B;
--black-950: #05042F;
}