Black
#020631
BlueColor Codes
All color formats for development
HEX
#020631RGB
rgb(2, 6, 49)HSL
hsl(235, 92%, 10%)OKLCH
oklch(0.161 0.085 266.8)CMYK
cmyk(96%, 88%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02052C
2#020527
3#010422
4#01041D
5#010318
6#010214
7#01020F
8#00010A
9#000105
Tints
Lighter variations
1#040B5D
2#061189
3#0816B5
4#091BE1
5#2334F6
6#4F5DF8
7#7B85F9
8#A7AEFB
9#D3D6FD
Tones
Muted variations
1#04082F
2#070A2C
3#090C2A
4#0B0E28
5#0E1025
6#101223
7#121421
8#15161E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FA | BordersInactive statesPlaceholder text |
| 400 | 5461 #5461F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2334 #2334F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091A #091AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0715 #0715AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050F #050F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FE;
--black-100: #DDDFFE;
--black-200: #BFC4FC;
--black-300: #8E97FA;
--black-400: #5461F8;
--black-500: #2334F6;
--black-600: #091AD7;
--black-700: #0715AB;
--black-800: #050F7A;
--black-900: #030A4E;
--black-950: #020631;
}