Black
#020731
BlueColor Codes
All color formats for development
HEX
#020731RGB
rgb(2, 7, 49)HSL
hsl(234, 92%, 10%)OKLCH
oklch(0.164 0.083 266.5)CMYK
cmyk(96%, 86%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02062C
2#020527
3#010522
4#01041D
5#010318
6#010314
7#01020F
8#00010A
9#000105
Tints
Lighter variations
1#040D5D
2#061389
3#0819B5
4#091FE1
5#2338F6
6#4F60F8
7#7B87F9
8#A7AFFB
9#D3D7FD
Tones
Muted variations
1#04092F
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 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FA | BordersInactive statesPlaceholder text |
| 400 | 5464 #5464F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2338 #2338F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091E #091ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0718 #0718AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0511 #05117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030B #030B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FE;
--black-100: #DDE0FE;
--black-200: #BFC5FC;
--black-300: #8E99FA;
--black-400: #5464F8;
--black-500: #2338F6;
--black-600: #091ED7;
--black-700: #0718AB;
--black-800: #05117A;
--black-900: #030B4E;
--black-950: #020731;
}