Black
#0A1129
BlueColor Codes
All color formats for development
HEX
#0A1129RGB
rgb(10, 17, 41)HSL
hsl(226, 61%, 10%)OKLCH
oklch(0.187 0.05 268.9)CMYK
cmyk(76%, 59%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090F25
2#080E21
3#070C1D
4#060A19
5#050915
6#040710
7#03050C
8#020308
9#010204
Tints
Lighter variations
1#13214E
2#1C3073
3#254098
4#2E4FBD
5#4667D2
6#6B85DB
7#90A4E4
8#B5C2ED
9#DAE1F6
Tones
Muted variations
1#0C1227
2#0D1326
3#0F1424
4#101523
5#121521
6#131620
7#15171E
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B1 #A1B1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F89 #6F89DC | Disabled statesSecondary iconsMuted text |
| 500 | 4667 #4667D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4C #2C4CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233C #233C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192B #192B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F5FC;
--black-100: #E2E7F8;
--black-200: #CAD3F2;
--black-300: #A1B1E8;
--black-400: #6F89DC;
--black-500: #4667D2;
--black-600: #2C4CB5;
--black-700: #233C90;
--black-800: #192B67;
--black-900: #101C42;
--black-950: #0A1129;
}