Black
#03302C
CyanColor Codes
All color formats for development
HEX
#03302CRGB
rgb(3, 48, 44)HSL
hsl(175, 88%, 10%)OKLCH
oklch(0.279 0.047 185.8)CMYK
cmyk(94%, 0%, 8%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B28
2#022623
3#02221F
4#021D1B
5#021816
6#011312
7#010E0D
8#010A09
9#000504
Tints
Lighter variations
1#065B54
2#09867C
3#0BB1A4
4#0EDDCB
5#27F1E0
6#52F4E7
7#7EF7ED
8#A9F9F3
9#D4FCF9
Tones
Muted variations
1#052E2A
2#082B28
3#0A2927
4#0C2725
5#0E2523
6#112221
7#13201F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFD;
--black-100: #DDFDFA;
--black-200: #C1FBF6;
--black-300: #91F8EF;
--black-400: #57F4E7;
--black-500: #27F1E0;
--black-600: #0DD3C2;
--black-700: #0BA89B;
--black-800: #08786E;
--black-900: #054D47;
--black-950: #03302C;
}