Black
#080B2B
BlueColor Codes
All color formats for development
HEX
#080B2BRGB
rgb(8, 11, 43)HSL
hsl(235, 69%, 10%)OKLCH
oklch(0.172 0.064 273.3)CMYK
cmyk(81%, 74%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070A27
2#060922
3#06081E
4#05071A
5#040516
6#030411
7#02030D
8#020209
9#010104
Tints
Lighter variations
1#0F1552
2#161E79
3#1D289F
4#2432C6
5#3D4ADB
6#646EE3
7#8B93EA
8#B1B7F1
9#D8DBF8
Tones
Muted variations
1#0A0C29
2#0B0E28
3#0D0F26
4#0F1124
5#111222
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 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3ED | BordersInactive statesPlaceholder text |
| 400 | 6872 #6872E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4A #3D4ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2330 #2330BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C26 #1C2697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141B #141B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E1E3F9;
--black-200: #C7CBF5;
--black-300: #9CA3ED;
--black-400: #6872E3;
--black-500: #3D4ADB;
--black-600: #2330BE;
--black-700: #1C2697;
--black-800: #141B6C;
--black-900: #0D1145;
--black-950: #080B2B;
}