Black
#021931
BlueColor Codes
All color formats for development
HEX
#021931RGB
rgb(2, 25, 49)HSL
hsl(211, 92%, 10%)OKLCH
oklch(0.21 0.056 251)CMYK
cmyk(96%, 49%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02162C
2#021427
3#011122
4#010F1D
5#010C18
6#010A14
7#01070F
8#00050A
9#000205
Tints
Lighter variations
1#042F5D
2#064589
3#085BB5
4#0972E1
5#2389F6
6#4FA0F8
7#7BB8F9
8#A7D0FB
9#D3E7FD
Tones
Muted variations
1#04192F
2#07192C
3#09192A
4#0B1928
5#0E1925
6#101923
7#121921
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FA | BordersInactive statesPlaceholder text |
| 400 | 54A3 #54A3F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2389 #2389F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 096D #096DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0757 #0757AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053E #053E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284E | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F7FE;
--black-100: #DDEDFE;
--black-200: #BFDDFC;
--black-300: #8EC3FA;
--black-400: #54A3F8;
--black-500: #2389F6;
--black-600: #096DD7;
--black-700: #0757AB;
--black-800: #053E7A;
--black-900: #03284E;
--black-950: #021931;
}