Black
#032B30
CyanColor Codes
All color formats for development
HEX
#032B30RGB
rgb(3, 43, 48)HSL
hsl(187, 88%, 10%)OKLCH
oklch(0.265 0.043 207.4)CMYK
cmyk(94%, 10%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03262B
2#022226
3#021E22
4#021A1D
5#021518
6#011113
7#010D0E
8#01090A
9#000405
Tints
Lighter variations
1#06515B
2#097886
3#0B9EB1
4#0EC4DD
5#27DAF1
6#52E1F4
7#7EE9F7
8#A9F0F9
9#D4F8FC
Tones
Muted variations
1#05292E
2#08272B
3#0A2629
4#0C2427
5#0E2225
6#112022
7#131F20
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F4 #C1F4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EC #91ECF8 | BordersInactive statesPlaceholder text |
| 400 | 57E2 #57E2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DA #27DAF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBC #0DBCD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B95 #0B95A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086B #086B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0544 #05444D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFE;
--black-100: #DDF9FD;
--black-200: #C1F4FB;
--black-300: #91ECF8;
--black-400: #57E2F4;
--black-500: #27DAF1;
--black-600: #0DBCD3;
--black-700: #0B95A8;
--black-800: #086B78;
--black-900: #05444D;
--black-950: #032B30;
}