Black
#042F24
CyanColor Codes
All color formats for development
HEX
#042F24RGB
rgb(4, 47, 36)HSL
hsl(165, 84%, 10%)OKLCH
oklch(0.273 0.05 171.2)CMYK
cmyk(91%, 0%, 23%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A21
2#03261D
3#032119
4#021C16
5#021712
6#02130E
7#010E0B
8#010907
9#000504
Tints
Lighter variations
1#085945
2#0B8365
3#0FAE86
4#13D8A7
5#2CEDBC
6#56F0CA
7#80F4D7
8#ABF8E4
9#D5FBF2
Tones
Muted variations
1#062D23
2#082B22
3#0B2821
4#0D2620
5#0F241F
6#11221E
7#13201D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DD | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFB;
--black-100: #DEFCF5;
--black-200: #C2FAEC;
--black-300: #93F6DD;
--black-400: #5BF1CB;
--black-500: #2CEDBC;
--black-600: #12CE9F;
--black-700: #0EA47F;
--black-800: #0A755B;
--black-900: #074B3A;
--black-950: #042F24;
}