Black
#0A0B29
BlueColor Codes
All color formats for development
HEX
#0A0B29RGB
rgb(10, 11, 41)HSL
hsl(238, 61%, 10%)OKLCH
oklch(0.171 0.06 276.6)CMYK
cmyk(76%, 73%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090A25
2#080921
3#07081D
4#060719
5#050515
6#040410
7#03030C
8#020208
9#010104
Tints
Lighter variations
1#13154E
2#1C1F73
3#252998
4#2E33BD
5#464BD2
6#6B6FDB
7#9093E4
8#B5B7ED
9#DADBF6
Tones
Muted variations
1#0C0C27
2#0D0E26
3#0F0F24
4#101123
5#121221
6#131420
7#15151E
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACB #CACBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A3 #A1A3E8 | BordersInactive statesPlaceholder text |
| 400 | 6F73 #6F73DC | Disabled statesSecondary iconsMuted text |
| 500 | 464B #464BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C30 #2C30B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2326 #232690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191B #191B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F3FC;
--black-100: #E2E3F8;
--black-200: #CACBF2;
--black-300: #A1A3E8;
--black-400: #6F73DC;
--black-500: #464BD2;
--black-600: #2C30B5;
--black-700: #232690;
--black-800: #191B67;
--black-900: #101242;
--black-950: #0A0B29;
}