Black
#00332B
CyanColor Codes
All color formats for development
HEX
#00332BRGB
rgb(0, 51, 43)HSL
hsl(171, 100%, 10%)OKLCH
oklch(0.287 0.053 178.7)CMYK
cmyk(100%, 0%, 16%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002E27
2#002923
3#00241E
4#001F1A
5#001A16
6#001411
7#000F0D
8#000A09
9#000504
Tints
Lighter variations
1#006152
2#008F79
3#00BDA0
4#00EBC7
5#1AFFDD
6#47FFE3
7#75FFEA
8#A3FFF1
9#D1FFF8
Tones
Muted variations
1#03302A
2#052E28
3#082B26
4#0A2924
5#0D2622
6#0F2421
7#12211F
8#141F1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFED | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005245 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFD;
--black-100: #DBFFFA;
--black-200: #BDFFF5;
--black-300: #8AFFED;
--black-400: #4DFFE4;
--black-500: #1AFFDD;
--black-600: #00E0BF;
--black-700: #00B398;
--black-800: #00806C;
--black-900: #005245;
--black-950: #00332B;
}