Black
#052E29
CyanColor Codes
All color formats for development
HEX
#052E29RGB
rgb(5, 46, 41)HSL
hsl(173, 80%, 10%)OKLCH
oklch(0.272 0.045 183)CMYK
cmyk(89%, 0%, 11%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052925
2#042521
3#04201D
4#031C19
5#031715
6#021210
7#020E0C
8#010908
9#010504
Tints
Lighter variations
1#0A574E
2#0E8173
3#13AA98
4#17D3BD
5#30E8D3
6#5AEDDC
7#83F1E4
8#ACF6ED
9#D6FAF6
Tones
Muted variations
1#072C28
2#092A26
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 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDC | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFC;
--black-100: #DFFBF8;
--black-200: #C3F8F2;
--black-300: #95F3E8;
--black-400: #5EEDDC;
--black-500: #30E8D3;
--black-600: #16CAB5;
--black-700: #12A190;
--black-800: #0D7367;
--black-900: #084942;
--black-950: #052E29;
}