Black
#033027
CyanColor Codes
All color formats for development
HEX
#033027RGB
rgb(3, 48, 39)HSL
hsl(168, 88%, 10%)OKLCH
oklch(0.277 0.05 175.5)CMYK
cmyk(94%, 0%, 19%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B23
2#02261F
3#02221B
4#021D17
5#021813
6#011310
7#010E0C
8#010A08
9#000504
Tints
Lighter variations
1#065B4A
2#09866D
3#0BB190
4#0EDDB3
5#27F1C9
6#52F4D4
7#7EF7DF
8#A9F9E9
9#D4FCF4
Tones
Muted variations
1#052E26
2#082B24
3#0A2923
4#0C2722
5#0E2520
6#11221F
7#13201E
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 #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E3 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFB;
--black-100: #DDFDF7;
--black-200: #C1FBEF;
--black-300: #91F8E3;
--black-400: #57F4D5;
--black-500: #27F1C9;
--black-600: #0DD3AB;
--black-700: #0BA888;
--black-800: #087861;
--black-900: #054D3E;
--black-950: #033027;
}