Black
#020231
BlueColor Codes
All color formats for development
HEX
#020231RGB
rgb(2, 2, 49)HSL
hsl(240, 92%, 10%)OKLCH
oklch(0.15 0.092 267.9)CMYK
cmyk(96%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02022C
2#020227
3#010122
4#01011D
5#010118
6#010114
7#01010F
8#00000A
9#000005
Tints
Lighter variations
1#04045D
2#060689
3#0808B5
4#0909E1
5#2323F6
6#4F4FF8
7#7B7BF9
8#A7A7FB
9#D3D3FD
Tones
Muted variations
1#04042F
2#07072C
3#09092A
4#0B0B28
5#0E0E25
6#101023
7#121221
8#15151E
9#17171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFA | BordersInactive statesPlaceholder text |
| 400 | 5454 #5454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2323 #2323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0909 #0909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0707 #0707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0505 #05057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F0FE;
--black-100: #DDDDFE;
--black-200: #BFBFFC;
--black-300: #8E8EFA;
--black-400: #5454F8;
--black-500: #2323F6;
--black-600: #0909D7;
--black-700: #0707AB;
--black-800: #05057A;
--black-900: #03034E;
--black-950: #020231;
}