Black
#05102E
BlueColor Codes
All color formats for development
HEX
#05102ERGB
rgb(5, 16, 46)HSL
hsl(224, 80%, 10%)OKLCH
oklch(0.185 0.063 264.5)CMYK
cmyk(89%, 65%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050E29
2#040D25
3#040B20
4#030A1C
5#030817
6#020612
7#02050E
8#010309
9#010205
Tints
Lighter variations
1#0A1E57
2#0E2D81
3#133BAA
4#174AD3
5#3061E8
6#5A81ED
7#83A0F1
8#ACC0F6
9#D6DFFA
Tones
Muted variations
1#07112C
2#09122A
3#0B1328
4#0D1426
5#0F1524
6#111622
7#131720
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E84 #5E84ED | Disabled statesSecondary iconsMuted text |
| 500 | 3061 #3061E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1646 #1646CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1238 #1238A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F4FD;
--black-100: #DFE6FB;
--black-200: #C3D1F8;
--black-300: #95AEF3;
--black-400: #5E84ED;
--black-500: #3061E8;
--black-600: #1646CA;
--black-700: #1238A1;
--black-800: #0D2873;
--black-900: #081A49;
--black-950: #05102E;
}