Black
#0A1B29
BlueColor Codes
All color formats for development
HEX
#0A1B29RGB
rgb(10, 27, 41)HSL
hsl(207, 61%, 10%)OKLCH
oklch(0.215 0.036 245.4)CMYK
cmyk(76%, 34%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091825
2#081621
3#07131D
4#061019
5#050E15
6#040B10
7#03080C
8#020508
9#010304
Tints
Lighter variations
1#13334E
2#1C4C73
3#256498
4#2E7CBD
5#4693D2
6#6BA9DB
7#90BEE4
8#B5D4ED
9#DAE9F6
Tones
Muted variations
1#0C1B27
2#0D1B26
3#0F1B24
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 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F8FC;
--black-100: #E2EEF8;
--black-200: #CAE0F2;
--black-300: #A1C8E8;
--black-400: #6FABDC;
--black-500: #4693D2;
--black-600: #2C77B5;
--black-700: #235F90;
--black-800: #194467;
--black-900: #102B42;
--black-950: #0A1B29;
}