Black
#042F2C
CyanColor Codes
All color formats for development
HEX
#042F2CRGB
rgb(4, 47, 44)HSL
hsl(176, 84%, 10%)OKLCH
oklch(0.276 0.045 187.9)CMYK
cmyk(91%, 0%, 6%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A28
2#032623
3#03211F
4#021C1A
5#021716
6#021312
7#010E0D
8#010909
9#000504
Tints
Lighter variations
1#085954
2#0B837B
3#0FAEA3
4#13D8CB
5#2CEDE0
6#56F0E6
7#80F4EC
8#ABF8F3
9#D5FBF9
Tones
Muted variations
1#062D2A
2#082B28
3#0B2826
4#0D2625
5#0F2423
6#112221
7#13201F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EF | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA49A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFD;
--black-100: #DEFCFA;
--black-200: #C2FAF6;
--black-300: #93F6EF;
--black-400: #5BF1E7;
--black-500: #2CEDE0;
--black-600: #12CEC2;
--black-700: #0EA49A;
--black-800: #0A756E;
--black-900: #074B47;
--black-950: #042F2C;
}