Black
#0A1D29
BlueColor Codes
All color formats for development
HEX
#0A1D29RGB
rgb(10, 29, 41)HSL
hsl(203, 61%, 10%)OKLCH
oklch(0.221 0.034 238.7)CMYK
cmyk(76%, 29%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091A25
2#081721
3#07141D
4#061119
5#050F15
6#040C10
7#03090C
8#020608
9#010304
Tints
Lighter variations
1#13374E
2#1C5273
3#256C98
4#2E86BD
5#469DD2
6#6BB0DB
7#90C4E4
8#B5D8ED
9#DAEBF6
Tones
Muted variations
1#0C1D27
2#0D1C26
3#0F1C24
4#101C23
5#121B21
6#131B20
7#151B1E
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 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F8FC;
--black-100: #E2F0F8;
--black-200: #CAE3F2;
--black-300: #A1CDE8;
--black-400: #6FB2DC;
--black-500: #469DD2;
--black-600: #2C80B5;
--black-700: #236690;
--black-800: #194967;
--black-900: #102F42;
--black-950: #0A1D29;
}