Black
#080C2B
BlueColor Codes
All color formats for development
HEX
#080C2BRGB
rgb(8, 12, 43)HSL
hsl(233, 69%, 10%)OKLCH
oklch(0.174 0.063 272.4)CMYK
cmyk(81%, 72%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070B27
2#060A22
3#06081E
4#05071A
5#040616
6#030511
7#02040D
8#020209
9#010104
Tints
Lighter variations
1#0F1752
2#162279
3#1D2C9F
4#2437C6
5#3D50DB
6#6473E3
7#8B96EA
8#B1B9F1
9#D8DCF8
Tones
Muted variations
1#0A0D29
2#0B0F28
3#0D1026
4#0F1124
5#111322
6#121421
7#14151F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA5 #9CA5ED | BordersInactive statesPlaceholder text |
| 400 | 6877 #6877E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D50 #3D50DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2335 #2335BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2A #1C2A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141E #141E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E1E4F9;
--black-200: #C7CCF5;
--black-300: #9CA5ED;
--black-400: #6877E3;
--black-500: #3D50DB;
--black-600: #2335BE;
--black-700: #1C2A97;
--black-800: #141E6C;
--black-900: #0D1345;
--black-950: #080C2B;
}