Black
#03302A
CyanColor Codes
All color formats for development
HEX
#03302ARGB
rgb(3, 48, 42)HSL
hsl(172, 88%, 10%)OKLCH
oklch(0.278 0.048 181.5)CMYK
cmyk(94%, 0%, 13%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B26
2#022622
3#02221D
4#021D19
5#021815
6#011311
7#010E0D
8#010A08
9#000504
Tints
Lighter variations
1#065B50
2#098675
3#0BB19B
4#0EDDC1
5#27F1D6
6#52F4DE
7#7EF7E7
8#A9F9EF
9#D4FCF7
Tones
Muted variations
1#052E28
2#082B27
3#0A2925
4#0C2723
5#0E2522
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 #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFC;
--black-100: #DDFDF9;
--black-200: #C1FBF3;
--black-300: #91F8EA;
--black-400: #57F4DF;
--black-500: #27F1D6;
--black-600: #0DD3B9;
--black-700: #0BA893;
--black-800: #087869;
--black-900: #054D43;
--black-950: #03302A;
}