Black
#052E27
CyanColor Codes
All color formats for development
HEX
#052E27RGB
rgb(5, 46, 39)HSL
hsl(170, 80%, 10%)OKLCH
oklch(0.272 0.046 178.6)CMYK
cmyk(89%, 0%, 15%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052923
2#04251F
3#04201B
4#031C17
5#031714
6#021210
7#020E0C
8#010908
9#010504
Tints
Lighter variations
1#0A574A
2#0E816D
3#13AA91
4#17D3B4
5#30E8C9
6#5AEDD4
7#83F1DF
8#ACF6EA
9#D6FAF4
Tones
Muted variations
1#072C26
2#092A24
3#0B2823
4#0D2622
5#0F2420
6#11221F
7#13201E
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 #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFB;
--black-100: #DFFBF7;
--black-200: #C3F8F0;
--black-300: #95F3E4;
--black-400: #5EEDD5;
--black-500: #30E8C9;
--black-600: #16CAAC;
--black-700: #12A189;
--black-800: #0D7362;
--black-900: #08493F;
--black-950: #052E27;
}