Black
#0A0D29
BlueColor Codes
All color formats for development
HEX
#0A0D29RGB
rgb(10, 13, 41)HSL
hsl(234, 61%, 10%)OKLCH
oklch(0.176 0.057 274.4)CMYK
cmyk(76%, 68%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090C25
2#080A21
3#07091D
4#060819
5#050715
6#040510
7#03040C
8#020308
9#010104
Tints
Lighter variations
1#13194E
2#1C2573
3#253098
4#2E3CBD
5#4654D2
6#6B76DB
7#9099E4
8#B5BBED
9#DADDF6
Tones
Muted variations
1#0C0E27
2#0D1026
3#0F1124
4#101223
5#121321
6#131520
7#15161E
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F4FC;
--black-100: #E2E4F8;
--black-200: #CACEF2;
--black-300: #A1A8E8;
--black-400: #6F7ADC;
--black-500: #4654D2;
--black-600: #2C39B5;
--black-700: #232E90;
--black-800: #192167;
--black-900: #101542;
--black-950: #0A0D29;
}