Black
#0A0C29
BlueColor Codes
All color formats for development
HEX
#0A0C29RGB
rgb(10, 12, 41)HSL
hsl(236, 61%, 10%)OKLCH
oklch(0.174 0.058 275.5)CMYK
cmyk(76%, 71%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090B25
2#080A21
3#07081D
4#060719
5#050615
6#040510
7#03040C
8#020208
9#010104
Tints
Lighter variations
1#13174E
2#1C2273
3#252C98
4#2E37BD
5#4650D2
6#6B73DB
7#9096E4
8#B5B9ED
9#DADCF6
Tones
Muted variations
1#0C0D27
2#0D0F26
3#0F1024
4#101123
5#121321
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 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F3FC;
--black-100: #E2E4F8;
--black-200: #CACCF2;
--black-300: #A1A5E8;
--black-400: #6F77DC;
--black-500: #4650D2;
--black-600: #2C35B5;
--black-700: #232A90;
--black-800: #191E67;
--black-900: #101342;
--black-950: #0A0C29;
}