Black
#0A0A29
BlueColor Codes
All color formats for development
HEX
#0A0A29RGB
rgb(10, 10, 41)HSL
hsl(240, 61%, 10%)OKLCH
oklch(0.169 0.062 277.5)CMYK
cmyk(76%, 76%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090925
2#080821
3#07071D
4#060619
5#050515
6#040410
7#03030C
8#020208
9#010104
Tints
Lighter variations
1#13134E
2#1C1C73
3#252598
4#2E2EBD
5#4646D2
6#6B6BDB
7#9090E4
8#B5B5ED
9#DADAF6
Tones
Muted variations
1#0C0C27
2#0D0D26
3#0F0F24
4#101023
5#121221
6#131320
7#15151E
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F3FC;
--black-100: #E2E2F8;
--black-200: #CACAF2;
--black-300: #A1A1E8;
--black-400: #6F6FDC;
--black-500: #4646D2;
--black-600: #2C2CB5;
--black-700: #232390;
--black-800: #191967;
--black-900: #101042;
--black-950: #0A0A29;
}