Black
#051D2E
BlueColor Codes
All color formats for development
HEX
#051D2ERGB
rgb(5, 29, 46)HSL
hsl(205, 80%, 10%)OKLCH
oklch(0.222 0.045 242.7)CMYK
cmyk(89%, 37%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051A29
2#041725
3#041420
4#03111C
5#030E17
6#020C12
7#02090E
8#010609
9#010305
Tints
Lighter variations
1#0A3757
2#0E5181
3#136BAA
4#1785D3
5#309CE8
6#5AAFED
7#83C3F1
8#ACD7F6
9#D6EBFA
Tones
Muted variations
1#071D2C
2#091C2A
3#0B1C28
4#0D1C26
5#0F1B24
6#111B22
7#131B20
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 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB2 #5EB2ED | Disabled statesSecondary iconsMuted text |
| 500 | 309C #309CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167F #167FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1265 #1265A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FD;
--black-100: #DFF0FB;
--black-200: #C3E2F8;
--black-300: #95CCF3;
--black-400: #5EB2ED;
--black-500: #309CE8;
--black-600: #167FCA;
--black-700: #1265A1;
--black-800: #0D4873;
--black-900: #082E49;
--black-950: #051D2E;
}