Black
#050D2E
BlueColor Codes
All color formats for development
HEX
#050D2ERGB
rgb(5, 13, 46)HSL
hsl(228, 80%, 10%)OKLCH
oklch(0.177 0.067 267.3)CMYK
cmyk(89%, 72%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050C29
2#040B25
3#040920
4#03081C
5#030717
6#020512
7#02040E
8#010309
9#010105
Tints
Lighter variations
1#0A1957
2#0E2581
3#1331AA
4#173DD3
5#3055E8
6#5A77ED
7#8399F1
8#ACBBF6
9#D6DDFA
Tones
Muted variations
1#070E2C
2#09102A
3#0B1128
4#0D1226
5#0F1324
6#111522
7#131620
8#15171E
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A8 #95A8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E7B #5E7BED | Disabled statesSecondary iconsMuted text |
| 500 | 3055 #3055E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163A #163ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122E #122EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D21 #0D2173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0815 #081549 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FD;
--black-100: #DFE5FB;
--black-200: #C3CEF8;
--black-300: #95A8F3;
--black-400: #5E7BED;
--black-500: #3055E8;
--black-600: #163ACA;
--black-700: #122EA1;
--black-800: #0D2173;
--black-900: #081549;
--black-950: #050D2E;
}