Black
#033026
CyanColor Codes
All color formats for development
HEX
#033026RGB
rgb(3, 48, 38)HSL
hsl(167, 88%, 10%)OKLCH
oklch(0.277 0.05 173.6)CMYK
cmyk(94%, 0%, 21%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B22
2#02261F
3#02221B
4#021D17
5#021813
6#01130F
7#010E0B
8#010A08
9#000504
Tints
Lighter variations
1#065B49
2#09866B
3#0BB18D
4#0EDDB0
5#27F1C5
6#52F4D1
7#7EF7DC
8#A9F9E8
9#D4FCF3
Tones
Muted variations
1#052E25
2#082B24
3#0A2922
4#0C2721
5#0E2520
6#11221F
7#13201D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFB;
--black-100: #DDFDF6;
--black-200: #C1FBEE;
--black-300: #91F8E2;
--black-400: #57F4D2;
--black-500: #27F1C5;
--black-600: #0DD3A8;
--black-700: #0BA886;
--black-800: #087860;
--black-900: #054D3D;
--black-950: #033026;
}