Black
#032330
BlueColor Codes
All color formats for development
HEX
#032330RGB
rgb(3, 35, 48)HSL
hsl(197, 88%, 10%)OKLCH
oklch(0.24 0.044 229.3)CMYK
cmyk(94%, 27%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03202B
2#021C26
3#021922
4#02151D
5#021218
6#010E13
7#010B0E
8#01070A
9#000405
Tints
Lighter variations
1#06435B
2#096386
3#0B82B1
4#0EA2DD
5#27B8F1
6#52C6F4
7#7ED4F7
8#A9E3F9
9#D4F1FC
Tones
Muted variations
1#05222E
2#08212B
3#0A2029
4#0C1F27
5#0E1E25
6#111D22
7#131C20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DB #91DBF8 | BordersInactive statesPlaceholder text |
| 400 | 57C8 #57C8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B8 #27B8F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9B #0D9BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7B #0B7BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0858 #085878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0538 #05384D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FAFE;
--black-100: #DDF4FD;
--black-200: #C1EAFB;
--black-300: #91DBF8;
--black-400: #57C8F4;
--black-500: #27B8F1;
--black-600: #0D9BD3;
--black-700: #0B7BA8;
--black-800: #085878;
--black-900: #05384D;
--black-950: #032330;
}