Black
#020931
BlueColor Codes
All color formats for development
HEX
#020931RGB
rgb(2, 9, 49)HSL
hsl(231, 92%, 10%)OKLCH
oklch(0.168 0.08 265.7)CMYK
cmyk(96%, 82%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02082C
2#020727
3#010622
4#01051D
5#010518
6#010414
7#01030F
8#00020A
9#000105
Tints
Lighter variations
1#04115D
2#061989
3#0822B5
4#092AE1
5#2342F6
6#4F68F8
7#7B8EF9
8#A7B4FB
9#D3D9FD
Tones
Muted variations
1#040B2F
2#070C2C
3#090E2A
4#0B1028
5#0E1125
6#101323
7#121521
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 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9F #8E9FFA | BordersInactive statesPlaceholder text |
| 400 | 546C #546CF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2342 #2342F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0928 #0928D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0720 #0720AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0517 #05177A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030F #030F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FE;
--black-100: #DDE2FE;
--black-200: #BFC9FC;
--black-300: #8E9FFA;
--black-400: #546CF8;
--black-500: #2342F6;
--black-600: #0928D7;
--black-700: #0720AB;
--black-800: #05177A;
--black-900: #030F4E;
--black-950: #020931;
}