Black
#032030
BlueColor Codes
All color formats for development
HEX
#032030RGB
rgb(3, 32, 48)HSL
hsl(201, 88%, 10%)OKLCH
oklch(0.231 0.046 236.9)CMYK
cmyk(94%, 33%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031D2B
2#021A26
3#021722
4#02131D
5#021018
6#010D13
7#010A0E
8#01060A
9#000305
Tints
Lighter variations
1#063D5B
2#095A86
3#0B77B1
4#0E94DD
5#27ABF1
6#52BBF4
7#7ECCF7
8#A9DDF9
9#D4EEFC
Tones
Muted variations
1#05202E
2#081F2B
3#0A1E29
4#0C1E27
5#0E1D25
6#111C22
7#131C20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E7 #C1E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D4 #91D4F8 | BordersInactive statesPlaceholder text |
| 400 | 57BD #57BDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AB #27ABF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8E #0D8ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B71 #0B71A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0851 #085178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0534 #05344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1F9FE;
--black-100: #DDF2FD;
--black-200: #C1E7FB;
--black-300: #91D4F8;
--black-400: #57BDF4;
--black-500: #27ABF1;
--black-600: #0D8ED3;
--black-700: #0B71A8;
--black-800: #085178;
--black-900: #05344D;
--black-950: #032030;
}