Black
#021231
BlueColor Codes
All color formats for development
HEX
#021231RGB
rgb(2, 18, 49)HSL
hsl(220, 92%, 10%)OKLCH
oklch(0.191 0.067 259.7)CMYK
cmyk(96%, 63%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02102C
2#020E27
3#010C22
4#010B1D
5#010918
6#010714
7#01050F
8#00040A
9#000205
Tints
Lighter variations
1#04225D
2#063289
3#0841B5
4#0951E1
5#2369F6
6#4F87F8
7#7BA5F9
8#A7C3FB
9#D3E1FD
Tones
Muted variations
1#04122F
2#07132C
3#09142A
4#0B1528
5#0E1625
6#101623
7#121721
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FA | BordersInactive statesPlaceholder text |
| 400 | 548A #548AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2369 #2369F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094E #094ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073E #073EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052C #052C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F5FE;
--black-100: #DDE8FE;
--black-200: #BFD4FC;
--black-300: #8EB2FA;
--black-400: #548AF8;
--black-500: #2369F6;
--black-600: #094ED7;
--black-700: #073EAB;
--black-800: #052C7A;
--black-900: #031C4E;
--black-950: #021231;
}