Black
#020531
BlueColor Codes
All color formats for development
HEX
#020531RGB
rgb(2, 5, 49)HSL
hsl(236, 92%, 10%)OKLCH
oklch(0.159 0.087 267.2)CMYK
cmyk(96%, 90%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02052C
2#020427
3#010422
4#01031D
5#010318
6#010214
7#01020F
8#00010A
9#000105
Tints
Lighter variations
1#040A5D
2#060E89
3#0813B5
4#0918E1
5#2331F6
6#4F5AF8
7#7B83F9
8#A7ADFB
9#D3D6FD
Tones
Muted variations
1#04072F
2#07092C
3#090B2A
4#0B0D28
5#0E0F25
6#101123
7#121321
8#15151E
9#17171C
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 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F1FE;
--black-100: #DDDFFE;
--black-200: #BFC3FC;
--black-300: #8E96FA;
--black-400: #545FF8;
--black-500: #2331F6;
--black-600: #0917D7;
--black-700: #0712AB;
--black-800: #050D7A;
--black-900: #03084E;
--black-950: #020531;
}