Black
#032130
BlueColor Codes
All color formats for development
HEX
#032130RGB
rgb(3, 33, 48)HSL
hsl(200, 88%, 10%)OKLCH
oklch(0.234 0.045 234.5)CMYK
cmyk(94%, 31%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031E2B
2#021A26
3#021722
4#02141D
5#021018
6#010D13
7#010A0E
8#01070A
9#000305
Tints
Lighter variations
1#063F5B
2#095C86
3#0B7AB1
4#0E98DD
5#27AEF1
6#52BEF4
7#7ECEF7
8#A9DFF9
9#D4EFFC
Tones
Muted variations
1#05202E
2#081F2B
3#0A1F29
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 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E8 #C1E8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D6 #91D6F8 | BordersInactive statesPlaceholder text |
| 400 | 57C0 #57C0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27AE #27AEF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D91 #0D91D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B73 #0B73A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0852 #085278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0535 #05354D | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FAFE;
--black-100: #DDF2FD;
--black-200: #C1E8FB;
--black-300: #91D6F8;
--black-400: #57C0F4;
--black-500: #27AEF1;
--black-600: #0D91D3;
--black-700: #0B73A8;
--black-800: #085278;
--black-900: #05354D;
--black-950: #032130;
}