Black
#0A1729
BlueColor Codes
All color formats for development
HEX
#0A1729RGB
rgb(10, 23, 41)HSL
hsl(215, 61%, 10%)OKLCH
oklch(0.203 0.041 256.8)CMYK
cmyk(76%, 44%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091525
2#081221
3#07101D
4#060E19
5#050B15
6#040910
7#03070C
8#020508
9#010204
Tints
Lighter variations
1#132C4E
2#1C4073
3#255598
4#2E69BD
5#4681D2
6#6B9ADB
7#90B3E4
8#B5CCED
9#DAE6F6
Tones
Muted variations
1#0C1727
2#0D1726
3#0F1824
4#101823
5#121821
6#131820
7#15191E
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F7FC;
--black-100: #E2EBF8;
--black-200: #CADAF2;
--black-300: #A1BEE8;
--black-400: #6F9DDC;
--black-500: #4681D2;
--black-600: #2C65B5;
--black-700: #235090;
--black-800: #193967;
--black-900: #102542;
--black-950: #0A1729;
}