Black
#033029
CyanColor Codes
All color formats for development
HEX
#033029RGB
rgb(3, 48, 41)HSL
hsl(171, 88%, 10%)OKLCH
oklch(0.278 0.048 179.5)CMYK
cmyk(94%, 0%, 15%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B25
2#022621
3#02221D
4#021D19
5#021815
6#011310
7#010E0C
8#010A08
9#000504
Tints
Lighter variations
1#065B4E
2#098673
3#0BB198
4#0EDDBE
5#27F1D3
6#52F4DC
7#7EF7E5
8#A9F9ED
9#D4FCF6
Tones
Muted variations
1#052E28
2#082B26
3#0A2924
4#0C2723
5#0E2521
6#112220
7#13201E
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFC;
--black-100: #DDFDF8;
--black-200: #C1FBF2;
--black-300: #91F8E8;
--black-400: #57F4DD;
--black-500: #27F1D3;
--black-600: #0DD3B5;
--black-700: #0BA890;
--black-800: #087867;
--black-900: #054D42;
--black-950: #033029;
}