Black
#08092B
BlueColor Codes
All color formats for development
HEX
#08092BRGB
rgb(8, 9, 43)HSL
hsl(238, 69%, 10%)OKLCH
oklch(0.167 0.067 274.9)CMYK
cmyk(81%, 79%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070827
2#060722
3#06061E
4#05051A
5#040516
6#030411
7#02030D
8#020209
9#010104
Tints
Lighter variations
1#0F1152
2#161979
3#1D229F
4#242AC6
5#3D42DB
6#6468E3
7#8B8EEA
8#B1B4F1
9#D8D9F8
Tones
Muted variations
1#0A0B29
2#0B0C28
3#0D0E26
4#0F1024
5#111122
6#121321
7#14151F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FD;
--black-100: #E1E2F9;
--black-200: #C7C9F5;
--black-300: #9C9FED;
--black-400: #686CE3;
--black-500: #3D42DB;
--black-600: #2328BE;
--black-700: #1C2097;
--black-800: #14176C;
--black-900: #0D0F45;
--black-950: #08092B;
}