Black
#0A1329
BlueColor Codes
All color formats for development
HEX
#0A1329RGB
rgb(10, 19, 41)HSL
hsl(223, 61%, 10%)OKLCH
oklch(0.192 0.047 265.5)CMYK
cmyk(76%, 54%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091125
2#080F21
3#070D1D
4#060B19
5#050915
6#040810
7#03060C
8#020408
9#010204
Tints
Lighter variations
1#13244E
2#1C3573
3#254598
4#2E56BD
5#466ED2
6#6B8BDB
7#90A8E4
8#B5C5ED
9#DAE2F6
Tones
Muted variations
1#0C1327
2#0D1426
3#0F1524
4#101523
5#121621
6#131720
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 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8E #6F8EDC | Disabled statesSecondary iconsMuted text |
| 500 | 466E #466ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C53 #2C53B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2342 #234290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192F #192F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F5FC;
--black-100: #E2E8F8;
--black-200: #CAD5F2;
--black-300: #A1B5E8;
--black-400: #6F8EDC;
--black-500: #466ED2;
--black-600: #2C53B5;
--black-700: #234290;
--black-800: #192F67;
--black-900: #101E42;
--black-950: #0A1329;
}