Black
#020831
BlueColor Codes
All color formats for development
HEX
#020831RGB
rgb(2, 8, 49)HSL
hsl(232, 92%, 10%)OKLCH
oklch(0.166 0.082 266.1)CMYK
cmyk(96%, 84%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02072C
2#020727
3#010622
4#01051D
5#010418
6#010314
7#01020F
8#00020A
9#000105
Tints
Lighter variations
1#04105D
2#061789
3#081FB5
4#0926E1
5#233FF6
6#4F65F8
7#7B8CF9
8#A7B2FB
9#D3D9FD
Tones
Muted variations
1#040A2F
2#070C2C
3#090D2A
4#0B0F28
5#0E1125
6#101323
7#121421
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FE;
--black-100: #DDE1FE;
--black-200: #BFC7FC;
--black-300: #8E9DFA;
--black-400: #546AF8;
--black-500: #233FF6;
--black-600: #0925D7;
--black-700: #071DAB;
--black-800: #05157A;
--black-900: #030D4E;
--black-950: #020831;
}