Black
#0A1C29
BlueColor Codes
All color formats for development
HEX
#0A1C29RGB
rgb(10, 28, 41)HSL
hsl(205, 61%, 10%)OKLCH
oklch(0.218 0.035 242.1)CMYK
cmyk(76%, 32%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091925
2#081621
3#07141D
4#061119
5#050E15
6#040B10
7#03080C
8#020608
9#010304
Tints
Lighter variations
1#13354E
2#1C4F73
3#256898
4#2E81BD
5#4698D2
6#6BADDB
7#90C1E4
8#B5D6ED
9#DAEAF6
Tones
Muted variations
1#0C1C27
2#0D1C26
3#0F1B24
4#101B23
5#121B21
6#131B20
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 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F8FC;
--black-100: #E2EFF8;
--black-200: #CAE1F2;
--black-300: #A1CAE8;
--black-400: #6FAFDC;
--black-500: #4698D2;
--black-600: #2C7CB5;
--black-700: #236290;
--black-800: #194667;
--black-900: #102D42;
--black-950: #0A1C29;
}