Black
#052E26
CyanColor Codes
All color formats for development
HEX
#052E26RGB
rgb(5, 46, 38)HSL
hsl(168, 80%, 10%)OKLCH
oklch(0.271 0.046 176.5)CMYK
cmyk(89%, 0%, 17%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052922
2#04251E
3#04201A
4#031C17
5#031713
6#02120F
7#020E0B
8#010908
9#010504
Tints
Lighter variations
1#0A5748
2#0E816A
3#13AA8C
4#17D3AE
5#30E8C3
6#5AEDCF
7#83F1DB
8#ACF6E7
9#D6FAF3
Tones
Muted variations
1#072C25
2#092A23
3#0B2822
4#0D2621
5#0F2420
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 #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFB;
--black-100: #DFFBF6;
--black-200: #C3F8EE;
--black-300: #95F3E1;
--black-400: #5EEDD1;
--black-500: #30E8C3;
--black-600: #16CAA6;
--black-700: #12A184;
--black-800: #0D735E;
--black-900: #08493C;
--black-950: #052E26;
}