Black
#051E2E
BlueColor Codes
All color formats for development
HEX
#051E2ERGB
rgb(5, 30, 46)HSL
hsl(203, 80%, 10%)OKLCH
oklch(0.225 0.044 240.2)CMYK
cmyk(89%, 35%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051B29
2#041825
3#041520
4#03121C
5#030F17
6#020C12
7#02090E
8#010609
9#010305
Tints
Lighter variations
1#0A3957
2#0E5581
3#1370AA
4#178BD3
5#30A2E8
6#5AB4ED
7#83C7F1
8#ACDAF6
9#D6ECFA
Tones
Muted variations
1#071E2C
2#091D2A
3#0B1D28
4#0D1C26
5#0F1C24
6#111B22
7#131B20
8#151A1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F9FD;
--black-100: #DFF0FB;
--black-200: #C3E4F8;
--black-300: #95CFF3;
--black-400: #5EB6ED;
--black-500: #30A2E8;
--black-600: #1685CA;
--black-700: #126AA1;
--black-800: #0D4C73;
--black-900: #083049;
--black-950: #051E2E;
}