Black
#052E25
CyanColor Codes
All color formats for development
HEX
#052E25RGB
rgb(5, 46, 37)HSL
hsl(167, 80%, 10%)OKLCH
oklch(0.271 0.047 174.4)CMYK
cmyk(89%, 0%, 20%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052921
2#04251E
3#04201A
4#031C16
5#031713
6#02120F
7#020E0B
8#010907
9#010504
Tints
Lighter variations
1#0A5746
2#0E8168
3#13AA89
4#17D3AA
5#30E8C0
6#5AEDCD
7#83F1D9
8#ACF6E6
9#D6FAF2
Tones
Muted variations
1#072C24
2#092A23
3#0B2822
4#0D2620
5#0F241F
6#11221E
7#13201D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDCE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFB;
--black-100: #DFFBF5;
--black-200: #C3F8ED;
--black-300: #95F3DF;
--black-400: #5EEDCE;
--black-500: #30E8C0;
--black-600: #16CAA3;
--black-700: #12A182;
--black-800: #0D735D;
--black-900: #08493B;
--black-950: #052E25;
}