Black
#032430
BlueColor Codes
All color formats for development
HEX
#032430RGB
rgb(3, 36, 48)HSL
hsl(196, 88%, 10%)OKLCH
oklch(0.243 0.044 226.7)CMYK
cmyk(94%, 25%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03202B
2#021D26
3#021922
4#02161D
5#021218
6#010E13
7#010B0E
8#01070A
9#000405
Tints
Lighter variations
1#06445B
2#096586
3#0B85B1
4#0EA5DD
5#27BBF1
6#52C9F4
7#7ED6F7
8#A9E4F9
9#D4F1FC
Tones
Muted variations
1#05232E
2#08222B
3#0A2129
4#0C2027
5#0E1F25
6#111E22
7#131D20
8#151C1E
9#171B1C
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 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FAFE;
--black-100: #DDF4FD;
--black-200: #C1EBFB;
--black-300: #91DCF8;
--black-400: #57CAF4;
--black-500: #27BBF1;
--black-600: #0D9ED3;
--black-700: #0B7EA8;
--black-800: #085A78;
--black-900: #053A4D;
--black-950: #032430;
}