Black
#052C2E
CyanColor Codes
All color formats for development
HEX
#052C2ERGB
rgb(5, 44, 46)HSL
hsl(183, 80%, 10%)OKLCH
oklch(0.268 0.042 200.1)CMYK
cmyk(89%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052729
2#042325
3#041F20
4#031A1C
5#031617
6#021212
7#020D0E
8#010909
9#010405
Tints
Lighter variations
1#0A5357
2#0E7B81
3#13A2AA
4#17CAD3
5#30DFE8
6#5AE5ED
7#83ECF1
8#ACF2F6
9#D6F9FA
Tones
Muted variations
1#072A2C
2#09282A
3#0B2628
4#0D2526
5#0F2324
6#112122
7#131F20
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FDFD;
--black-100: #DFFAFB;
--black-200: #C3F6F8;
--black-300: #95EFF3;
--black-400: #5EE6ED;
--black-500: #30DFE8;
--black-600: #16C1CA;
--black-700: #129AA1;
--black-800: #0D6E73;
--black-900: #084649;
--black-950: #052C2E;
}