Black
#05192E
BlueColor Codes
All color formats for development
HEX
#05192ERGB
rgb(5, 25, 46)HSL
hsl(211, 80%, 10%)OKLCH
oklch(0.21 0.049 251.4)CMYK
cmyk(89%, 46%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051629
2#041425
3#041120
4#030F1C
5#030C17
6#020A12
7#02070E
8#010509
9#010205
Tints
Lighter variations
1#0A2F57
2#0E4581
3#135CAA
4#1772D3
5#3089E8
6#5AA1ED
7#83B8F1
8#ACD0F6
9#D6E7FA
Tones
Muted variations
1#07192C
2#09192A
3#0B1928
4#0D1926
5#0F1924
6#111922
7#131920
8#15191E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DD #C3DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C3 #95C3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA3 #5EA3ED | Disabled statesSecondary iconsMuted text |
| 500 | 3089 #3089E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166D #166DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1257 #1257A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3E #0D3E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0828 #082849 | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F7FD;
--black-100: #DFEDFB;
--black-200: #C3DDF8;
--black-300: #95C3F3;
--black-400: #5EA3ED;
--black-500: #3089E8;
--black-600: #166DCA;
--black-700: #1257A1;
--black-800: #0D3E73;
--black-900: #082849;
--black-950: #05192E;
}