Black
#051F2E
BlueColor Codes
All color formats for development
HEX
#051F2ERGB
rgb(5, 31, 46)HSL
hsl(202, 80%, 10%)OKLCH
oklch(0.228 0.043 237.6)CMYK
cmyk(89%, 33%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051C29
2#041925
3#041620
4#03131C
5#030F17
6#020C12
7#02090E
8#010609
9#010305
Tints
Lighter variations
1#0A3B57
2#0E5781
3#1372AA
4#178ED3
5#30A5E8
6#5AB7ED
7#83C9F1
8#ACDBF6
9#D6EDFA
Tones
Muted variations
1#071E2C
2#091E2A
3#0B1D28
4#0D1D26
5#0F1C24
6#111C22
7#131B20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F9FD;
--black-100: #DFF1FB;
--black-200: #C3E5F8;
--black-300: #95D1F3;
--black-400: #5EB9ED;
--black-500: #30A5E8;
--black-600: #1688CA;
--black-700: #126CA1;
--black-800: #0D4D73;
--black-900: #083249;
--black-950: #051F2E;
}