Black
#042F2B
CyanColor Codes
All color formats for development
HEX
#042F2BRGB
rgb(4, 47, 43)HSL
hsl(174, 84%, 10%)OKLCH
oklch(0.276 0.046 185.6)CMYK
cmyk(91%, 0%, 9%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042A26
2#032622
3#03211E
4#021C1A
5#021715
6#021311
7#010E0D
8#010909
9#000504
Tints
Lighter variations
1#085951
2#0B8377
3#0FAE9E
4#13D8C4
5#2CEDD9
6#56F0E1
7#80F4E8
8#ABF8F0
9#D5FBF7
Tones
Muted variations
1#062D29
2#082B27
3#0B2825
4#0D2624
5#0F2422
6#112220
7#13201F
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 #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EC | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFC;
--black-100: #DEFCF9;
--black-200: #C2FAF4;
--black-300: #93F6EC;
--black-400: #5BF1E2;
--black-500: #2CEDD9;
--black-600: #12CEBC;
--black-700: #0EA495;
--black-800: #0A756B;
--black-900: #074B44;
--black-950: #042F2B;
}