Black
#05212E
BlueColor Codes
All color formats for development
HEX
#05212ERGB
rgb(5, 33, 46)HSL
hsl(199, 80%, 10%)OKLCH
oklch(0.234 0.042 232.2)CMYK
cmyk(89%, 28%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051E29
2#041A25
3#041720
4#03141C
5#031017
6#020D12
7#020A0E
8#010709
9#010305
Tints
Lighter variations
1#0A3F57
2#0E5C81
3#137AAA
4#1798D3
5#30AEE8
6#5ABEED
7#83CEF1
8#ACDFF6
9#D6EFFA
Tones
Muted variations
1#07202C
2#091F2A
3#0B1F28
4#0D1E26
5#0F1D24
6#111C22
7#131C20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC0 #5EC0ED | Disabled statesSecondary iconsMuted text |
| 500 | 30AE #30AEE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1691 #1691CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1273 #1273A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #083549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FAFD;
--black-100: #DFF2FB;
--black-200: #C3E8F8;
--black-300: #95D6F3;
--black-400: #5EC0ED;
--black-500: #30AEE8;
--black-600: #1691CA;
--black-700: #1273A1;
--black-800: #0D5273;
--black-900: #083549;
--black-950: #05212E;
}