Black
#05132E
BlueColor Codes
All color formats for development
HEX
#05132ERGB
rgb(5, 19, 46)HSL
hsl(220, 80%, 10%)OKLCH
oklch(0.193 0.058 261)CMYK
cmyk(89%, 59%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051129
2#040F25
3#040D20
4#030B1C
5#030917
6#020712
7#02060E
8#010409
9#010205
Tints
Lighter variations
1#0A2457
2#0E3481
3#1345AA
4#1756D3
5#306EE8
6#5A8BED
7#83A8F1
8#ACC5F6
9#D6E2FA
Tones
Muted variations
1#07132C
2#09142A
3#0B1528
4#0D1526
5#0F1624
6#111722
7#131720
8#15181E
9#17191C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B5 #95B5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E8E #5E8EED | Disabled statesSecondary iconsMuted text |
| 500 | 306E #306EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1652 #1652CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1241 #1241A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2F #0D2F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081E #081E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F5FD;
--black-100: #DFE8FB;
--black-200: #C3D5F8;
--black-300: #95B5F3;
--black-400: #5E8EED;
--black-500: #306EE8;
--black-600: #1652CA;
--black-700: #1241A1;
--black-800: #0D2F73;
--black-900: #081E49;
--black-950: #05132E;
}