Black
#080E2B
BlueColor Codes
All color formats for development
HEX
#080E2BRGB
rgb(8, 14, 43)HSL
hsl(230, 69%, 10%)OKLCH
oklch(0.179 0.059 270.3)CMYK
cmyk(81%, 67%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070C27
2#060B22
3#060A1E
4#05081A
5#040716
6#030611
7#02040D
8#020309
9#010104
Tints
Lighter variations
1#0F1A52
2#162779
3#1D339F
4#243FC6
5#3D57DB
6#6479E3
7#8B9AEA
8#B1BCF1
9#D8DDF8
Tones
Muted variations
1#0A0F29
2#0B1028
3#0D1126
4#0F1224
5#111422
6#121521
7#14161F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA9 #9CA9ED | BordersInactive statesPlaceholder text |
| 400 | 687D #687DE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D57 #3D57DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233D #233DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C30 #1C3097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1422 #14226C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D16 #0D1645 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E1E5F9;
--black-200: #C7CFF5;
--black-300: #9CA9ED;
--black-400: #687DE3;
--black-500: #3D57DB;
--black-600: #233DBE;
--black-700: #1C3097;
--black-800: #14226C;
--black-900: #0D1645;
--black-950: #080E2B;
}