Black
#051A2E
BlueColor Codes
All color formats for development
HEX
#051A2ERGB
rgb(5, 26, 46)HSL
hsl(209, 80%, 10%)OKLCH
oklch(0.213 0.048 249.4)CMYK
cmyk(89%, 43%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051829
2#041525
3#041220
4#03101C
5#030D17
6#020A12
7#02080E
8#010509
9#010305
Tints
Lighter variations
1#0A3257
2#0E4981
3#1361AA
4#1778D3
5#308FE8
6#5AA6ED
7#83BCF1
8#ACD2F6
9#D6E9FA
Tones
Muted variations
1#071A2C
2#091A2A
3#0B1A28
4#0D1A26
5#0F1A24
6#111A22
7#131A20
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FD;
--black-100: #DFEEFB;
--black-200: #C3DFF8;
--black-300: #95C6F3;
--black-400: #5EA8ED;
--black-500: #308FE8;
--black-600: #1673CA;
--black-700: #125CA1;
--black-800: #0D4173;
--black-900: #082A49;
--black-950: #051A2E;
}