Black
#0A1A29
BlueColor Codes
All color formats for development
HEX
#0A1A29RGB
rgb(10, 26, 41)HSL
hsl(209, 61%, 10%)OKLCH
oklch(0.212 0.037 248.5)CMYK
cmyk(76%, 37%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091725
2#081521
3#07121D
4#061019
5#050D15
6#040A10
7#03080C
8#020508
9#010304
Tints
Lighter variations
1#13314E
2#1C4973
3#256098
4#2E78BD
5#468FD2
6#6BA5DB
7#90BCE4
8#B5D2ED
9#DAE9F6
Tones
Muted variations
1#0C1A27
2#0D1A26
3#0F1A24
4#101A23
5#121A21
6#131A20
7#151A1E
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C6 #A1C6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA8 #6FA8DC | Disabled statesSecondary iconsMuted text |
| 500 | 468F #468FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C72 #2C72B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235B #235B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1941 #194167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F8FC;
--black-100: #E2EEF8;
--black-200: #CADFF2;
--black-300: #A1C6E8;
--black-400: #6FA8DC;
--black-500: #468FD2;
--black-600: #2C72B5;
--black-700: #235B90;
--black-800: #194167;
--black-900: #102A42;
--black-950: #0A1A29;
}