Black
#022031
BlueColor Codes
All color formats for development
HEX
#022031RGB
rgb(2, 32, 49)HSL
hsl(202, 92%, 10%)OKLCH
oklch(0.231 0.048 237.7)CMYK
cmyk(96%, 35%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021D2C
2#021927
3#011622
4#01131D
5#011018
6#010D14
7#010A0F
8#00060A
9#000305
Tints
Lighter variations
1#043C5D
2#065989
3#0875B5
4#0992E1
5#23A8F6
6#4FBAF8
7#7BCBF9
8#A7DCFB
9#D3EEFD
Tones
Muted variations
1#041F2F
2#071F2C
3#091E2A
4#0B1D28
5#0E1D25
6#101C23
7#121B21
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE6 #BFE6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED3 #8ED3FA | BordersInactive statesPlaceholder text |
| 400 | 54BC #54BCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23A8 #23A8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 098C #098CD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 076F #076FAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 054F #054F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0333 #03334E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F9FE;
--black-100: #DDF2FE;
--black-200: #BFE6FC;
--black-300: #8ED3FA;
--black-400: #54BCF8;
--black-500: #23A8F6;
--black-600: #098CD7;
--black-700: #076FAB;
--black-800: #054F7A;
--black-900: #03334E;
--black-950: #022031;
}