Black
#042F2A
CyanColor Codes
All color formats for development
HEX
#042F2ARGB
rgb(4, 47, 42)HSL
hsl(173, 84%, 10%)OKLCH
oklch(0.276 0.046 183.3)CMYK
cmyk(91%, 0%, 11%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A26
2#032622
3#03211D
4#021C19
5#021715
6#021311
7#010E0D
8#010908
9#000504
Tints
Lighter variations
1#085950
2#0B8375
3#0FAE9B
4#13D8C1
5#2CEDD6
6#56F0DE
7#80F4E6
8#ABF8EF
9#D5FBF7
Tones
Muted variations
1#062D28
2#082B27
3#0B2825
4#0D2623
5#0F2422
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 #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFC;
--black-100: #DEFCF9;
--black-200: #C2FAF3;
--black-300: #93F6EA;
--black-400: #5BF1DF;
--black-500: #2CEDD6;
--black-600: #12CEB8;
--black-700: #0EA493;
--black-800: #0A7569;
--black-900: #074B43;
--black-950: #042F2A;
}