Black
#06052E
BlueColor Codes
All color formats for development
HEX
#06052ERGB
rgb(6, 5, 46)HSL
hsl(241, 80%, 10%)OKLCH
oklch(0.159 0.08 273.9)CMYK
cmyk(87%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050529
2#050425
3#040420
4#03031C
5#030317
6#020212
7#02020E
8#010109
9#010105
Tints
Lighter variations
1#0B0A57
2#100E81
3#1513AA
4#1B17D3
5#3430E8
6#5C5AED
7#8583F1
8#AEACF6
9#D6D6FA
Tones
Muted variations
1#08072C
2#0A092A
3#0C0B28
4#0E0D26
5#100F24
6#121122
7#141320
8#16151E
9#18171C
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 | C4C3 #C4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9795 #9795F3 | BordersInactive statesPlaceholder text |
| 400 | 615E #615EED | Disabled statesSecondary iconsMuted text |
| 500 | 3430 #3430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1916 #1916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1412 #1412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0D #0E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #090849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F1FD;
--black-100: #DFDFFB;
--black-200: #C4C3F8;
--black-300: #9795F3;
--black-400: #615EED;
--black-500: #3430E8;
--black-600: #1916CA;
--black-700: #1412A1;
--black-800: #0E0D73;
--black-900: #090849;
--black-950: #06052E;
}