Black
#0A1929
BlueColor Codes
All color formats for development
HEX
#0A1929RGB
rgb(10, 25, 41)HSL
hsl(211, 61%, 10%)OKLCH
oklch(0.209 0.038 251.5)CMYK
cmyk(76%, 39%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091625
2#081421
3#07111D
4#060F19
5#050C15
6#040A10
7#03070C
8#020508
9#010204
Tints
Lighter variations
1#132F4E
2#1C4673
3#255C98
4#2E73BD
5#468AD2
6#6BA1DB
7#90B9E4
8#B5D0ED
9#DAE8F6
Tones
Muted variations
1#0C1927
2#0D1926
3#0F1924
4#101923
5#121921
6#131920
7#15191E
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA4 #6FA4DC | Disabled statesSecondary iconsMuted text |
| 500 | 468A #468AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6E #2C6EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2357 #235790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193E #193E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F7FC;
--black-100: #E2EDF8;
--black-200: #CADDF2;
--black-300: #A1C3E8;
--black-400: #6FA4DC;
--black-500: #468AD2;
--black-600: #2C6EB5;
--black-700: #235790;
--black-800: #193E67;
--black-900: #102842;
--black-950: #0A1929;
}