Black
#021D31
BlueColor Codes
All color formats for development
HEX
#021D31RGB
rgb(2, 29, 49)HSL
hsl(206, 92%, 10%)OKLCH
oklch(0.222 0.051 244)CMYK
cmyk(96%, 41%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021A2C
2#021727
3#011422
4#01111D
5#010E18
6#010B14
7#01090F
8#00060A
9#000305
Tints
Lighter variations
1#04365D
2#065089
3#086AB5
4#0984E1
5#239AF6
6#4FAEF8
7#7BC3F9
8#A7D7FB
9#D3EBFD
Tones
Muted variations
1#041C2F
2#071C2C
3#091C2A
4#0B1B28
5#0E1B25
6#101B23
7#121A21
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFA | BordersInactive statesPlaceholder text |
| 400 | 54B1 #54B1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 239A #239AF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097E #097ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0764 #0764AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0548 #05487A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F8FE;
--black-100: #DDEFFE;
--black-200: #BFE2FC;
--black-300: #8ECCFA;
--black-400: #54B1F8;
--black-500: #239AF6;
--black-600: #097ED7;
--black-700: #0764AB;
--black-800: #05487A;
--black-900: #032E4E;
--black-950: #021D31;
}