Black
#033028
CyanColor Codes
All color formats for development
HEX
#033028RGB
rgb(3, 48, 40)HSL
hsl(169, 88%, 10%)OKLCH
oklch(0.278 0.049 177.5)CMYK
cmyk(94%, 0%, 17%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B24
2#022620
3#02221C
4#021D18
5#021814
6#011310
7#010E0C
8#010A08
9#000504
Tints
Lighter variations
1#065B4B
2#09866F
3#0BB193
4#0EDDB7
5#27F1CC
6#52F4D6
7#7EF7E1
8#A9F9EB
9#D4FCF5
Tones
Muted variations
1#052E26
2#082B25
3#0A2923
4#0C2722
5#0E2521
6#11221F
7#13201E
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FEFC;
--black-100: #DDFDF7;
--black-200: #C1FBF0;
--black-300: #91F8E5;
--black-400: #57F4D7;
--black-500: #27F1CC;
--black-600: #0DD3AF;
--black-700: #0BA88B;
--black-800: #087863;
--black-900: #054D40;
--black-950: #033028;
}