Black
#052E2C
CyanColor Codes
All color formats for development
HEX
#052E2CRGB
rgb(5, 46, 44)HSL
hsl(177, 80%, 10%)OKLCH
oklch(0.274 0.044 190.1)CMYK
cmyk(89%, 0%, 4%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052927
2#042523
3#04201F
4#031C1A
5#031716
6#021212
7#020E0D
8#010909
9#010504
Tints
Lighter variations
1#0A5753
2#0E817B
3#13AAA2
4#17D3CA
5#30E8DF
6#5AEDE5
7#83F1EC
8#ACF6F2
9#D6FAF9
Tones
Muted variations
1#072C2A
2#092A28
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 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFD;
--black-100: #DFFBFA;
--black-200: #C3F8F6;
--black-300: #95F3EF;
--black-400: #5EEDE6;
--black-500: #30E8DF;
--black-600: #16CAC1;
--black-700: #12A19A;
--black-800: #0D736E;
--black-900: #084946;
--black-950: #052E2C;
}