Black
#080A2B
BlueColor Codes
All color formats for development
HEX
#080A2BRGB
rgb(8, 10, 43)HSL
hsl(237, 69%, 10%)OKLCH
oklch(0.169 0.066 274.1)CMYK
cmyk(81%, 77%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070927
2#060822
3#06071E
4#05061A
5#040516
6#030411
7#02030D
8#020209
9#010104
Tints
Lighter variations
1#0F1252
2#161B79
3#1D249F
4#242CC6
5#3D45DB
6#646AE3
7#8B8FEA
8#B1B5F1
9#D8DAF8
Tones
Muted variations
1#0A0B29
2#0B0D28
3#0D0E26
4#0F1024
5#111222
6#121321
7#14151F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0ED | BordersInactive statesPlaceholder text |
| 400 | 686E #686EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D45 #3D45DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232B #232BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C22 #1C2297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1418 #14186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E1E2F9;
--black-200: #C7C9F5;
--black-300: #9CA0ED;
--black-400: #686EE3;
--black-500: #3D45DB;
--black-600: #232BBE;
--black-700: #1C2297;
--black-800: #14186C;
--black-900: #0D0F45;
--black-950: #080A2B;
}