Black
#022131
BlueColor Codes
All color formats for development
HEX
#022131RGB
rgb(2, 33, 49)HSL
hsl(200, 92%, 10%)OKLCH
oklch(0.234 0.047 235.4)CMYK
cmyk(96%, 33%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021E2C
2#021B27
3#011722
4#01141D
5#011118
6#010D14
7#010A0F
8#00070A
9#000305
Tints
Lighter variations
1#043F5D
2#065D89
3#087BB5
4#0999E1
5#23AFF6
6#4FBFF8
7#7BCFF9
8#A7DFFB
9#D3EFFD
Tones
Muted variations
1#04212F
2#07202C
3#091F2A
4#0B1E28
5#0E1D25
6#101D23
7#121C21
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED6 #8ED6FA | BordersInactive statesPlaceholder text |
| 400 | 54C1 #54C1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23AF #23AFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0993 #0993D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0775 #0775AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0553 #05537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFE;
--black-100: #DDF3FE;
--black-200: #BFE8FC;
--black-300: #8ED6FA;
--black-400: #54C1F8;
--black-500: #23AFF6;
--black-600: #0993D7;
--black-700: #0775AB;
--black-800: #05537A;
--black-900: #03354E;
--black-950: #022131;
}