Black
#042F29
CyanColor Codes
All color formats for development
HEX
#042F29RGB
rgb(4, 47, 41)HSL
hsl(172, 84%, 10%)OKLCH
oklch(0.275 0.047 181.2)CMYK
cmyk(91%, 0%, 13%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A25
2#032621
3#03211D
4#021C19
5#021715
6#021310
7#010E0C
8#010908
9#000504
Tints
Lighter variations
1#08594E
2#0B8373
3#0FAE98
4#13D8BE
5#2CEDD3
6#56F0DC
7#80F4E5
8#ABF8ED
9#D5FBF6
Tones
Muted variations
1#062D28
2#082B26
3#0B2824
4#0D2623
5#0F2421
6#112220
7#13201E
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DD | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFC;
--black-100: #DEFCF8;
--black-200: #C2FAF2;
--black-300: #93F6E8;
--black-400: #5BF1DD;
--black-500: #2CEDD3;
--black-600: #12CEB5;
--black-700: #0EA490;
--black-800: #0A7567;
--black-900: #074B42;
--black-950: #042F29;
}