Black
#052E28
CyanColor Codes
All color formats for development
HEX
#052E28RGB
rgb(5, 46, 40)HSL
hsl(171, 80%, 10%)OKLCH
oklch(0.272 0.045 180.8)CMYK
cmyk(89%, 0%, 13%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052924
2#042520
3#04201C
4#031C18
5#031714
6#021210
7#020E0C
8#010908
9#010504
Tints
Lighter variations
1#0A574C
2#0E816F
3#13AA93
4#17D3B7
5#30E8CD
6#5AEDD7
7#83F1E1
8#ACF6EB
9#D6FAF5
Tones
Muted variations
1#072C26
2#092A25
3#0B2823
4#0D2622
5#0F2421
6#11221F
7#13201E
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFC;
--black-100: #DFFBF7;
--black-200: #C3F8F0;
--black-300: #95F3E5;
--black-400: #5EEDD8;
--black-500: #30E8CD;
--black-600: #16CAAF;
--black-700: #12A18B;
--black-800: #0D7363;
--black-900: #084940;
--black-950: #052E28;
}