Black
#002033
BlueColor Codes
All color formats for development
HEX
#002033RGB
rgb(0, 32, 51)HSL
hsl(202, 100%, 10%)OKLCH
oklch(0.232 0.052 239.1)CMYK
cmyk(100%, 37%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001D2E
2#001A29
3#001724
4#00131F
5#00101A
6#000D14
7#000A0F
8#00060A
9#000305
Tints
Lighter variations
1#003D61
2#005A8F
3#0078BD
4#0095EB
5#1AABFF
6#47BCFF
7#75CDFF
8#A3DDFF
9#D1EEFF
Tones
Muted variations
1#032030
2#051F2E
3#081E2B
4#0A1E29
5#0D1D26
6#0F1C24
7#121C21
8#141B1F
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF2 #DBF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD4 #8AD4FF | BordersInactive statesPlaceholder text |
| 400 | 4DBE #4DBEFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAB #1AABFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008E #008EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0071 #0071B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0051 #005180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0034 #003452 | Primary textHigh emphasis contentDark headings |
| 950 | 0020 #002033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F9FF;
--black-100: #DBF2FF;
--black-200: #BDE7FF;
--black-300: #8AD4FF;
--black-400: #4DBEFF;
--black-500: #1AABFF;
--black-600: #008EE0;
--black-700: #0071B3;
--black-800: #005180;
--black-900: #003452;
--black-950: #002033;
}