Black
#03302B
CyanColor Codes
All color formats for development
HEX
#03302BRGB
rgb(3, 48, 43)HSL
hsl(173, 88%, 10%)OKLCH
oklch(0.279 0.047 183.7)CMYK
cmyk(94%, 0%, 10%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B26
2#022622
3#02221E
4#021D1A
5#021815
6#011311
7#010E0D
8#010A09
9#000504
Tints
Lighter variations
1#065B51
2#098678
3#0BB19E
4#0EDDC4
5#27F1DA
6#52F4E1
7#7EF7E9
8#A9F9F0
9#D4FCF8
Tones
Muted variations
1#052E29
2#082B27
3#0A2926
4#0C2724
5#0E2522
6#112220
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 #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFD;
--black-100: #DDFDF9;
--black-200: #C1FBF4;
--black-300: #91F8EC;
--black-400: #57F4E2;
--black-500: #27F1DA;
--black-600: #0DD3BC;
--black-700: #0BA895;
--black-800: #08786B;
--black-900: #054D44;
--black-950: #03302B;
}