Black
#003329
CyanColor Codes
All color formats for development
HEX
#003329RGB
rgb(0, 51, 41)HSL
hsl(168, 100%, 10%)OKLCH
oklch(0.287 0.054 175.1)CMYK
cmyk(100%, 0%, 20%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E25
2#002921
3#00241D
4#001F18
5#001A14
6#001410
7#000F0C
8#000A08
9#000504
Tints
Lighter variations
1#00614E
2#008F72
3#00BD97
4#00EBBC
5#1AFFD1
6#47FFDA
7#75FFE3
8#A3FFED
9#D1FFF6
Tones
Muted variations
1#033027
2#052E26
3#082B24
4#0A2923
5#0D2621
6#0F2420
7#12211E
8#141F1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFDB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B38F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005241 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFC;
--black-100: #DBFFF8;
--black-200: #BDFFF2;
--black-300: #8AFFE8;
--black-400: #4DFFDB;
--black-500: #1AFFD1;
--black-600: #00E0B4;
--black-700: #00B38F;
--black-800: #008066;
--black-900: #005241;
--black-950: #003329;
}