Black
#051C2E
BlueColor Codes
All color formats for development
HEX
#051C2ERGB
rgb(5, 28, 46)HSL
hsl(206, 80%, 10%)OKLCH
oklch(0.219 0.046 245.1)CMYK
cmyk(89%, 39%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051929
2#041725
3#041420
4#03111C
5#030E17
6#020B12
7#02080E
8#010609
9#010305
Tints
Lighter variations
1#0A3657
2#0E4F81
3#1368AA
4#1782D3
5#3098E8
6#5AADED
7#83C1F1
8#ACD6F6
9#D6EAFA
Tones
Muted variations
1#071C2C
2#091C2A
3#0B1B28
4#0D1B26
5#0F1B24
6#111B22
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 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EAF #5EAFED | Disabled statesSecondary iconsMuted text |
| 500 | 3098 #3098E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167C #167CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1263 #1263A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D47 #0D4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F8FD;
--black-100: #DFEFFB;
--black-200: #C3E1F8;
--black-300: #95CBF3;
--black-400: #5EAFED;
--black-500: #3098E8;
--black-600: #167CCA;
--black-700: #1263A1;
--black-800: #0D4773;
--black-900: #082D49;
--black-950: #051C2E;
}