Black
#05052E
BlueColor Codes
All color formats for development
HEX
#05052ERGB
rgb(5, 5, 46)HSL
hsl(240, 80%, 10%)OKLCH
oklch(0.158 0.08 272.4)CMYK
cmyk(89%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050529
2#040425
3#040420
4#03031C
5#030317
6#020212
7#02020E
8#010109
9#010105
Tints
Lighter variations
1#0A0A57
2#0E0E81
3#1313AA
4#1717D3
5#3030E8
6#5A5AED
7#8383F1
8#ACACF6
9#D6D6FA
Tones
Muted variations
1#07072C
2#09092A
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 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F1FD;
--black-100: #DFDFFB;
--black-200: #C3C3F8;
--black-300: #9595F3;
--black-400: #5E5EED;
--black-500: #3030E8;
--black-600: #1616CA;
--black-700: #1212A1;
--black-800: #0D0D73;
--black-900: #080849;
--black-950: #05052E;
}