Black
#032830
CyanColor Codes
All color formats for development
HEX
#032830RGB
rgb(3, 40, 48)HSL
hsl(191, 88%, 10%)OKLCH
oklch(0.256 0.043 215.7)CMYK
cmyk(94%, 17%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03242B
2#022026
3#021C22
4#02181D
5#021418
6#011013
7#010C0E
8#01080A
9#000405
Tints
Lighter variations
1#064B5B
2#096F86
3#0B93B1
4#0EB7DD
5#27CCF1
6#52D6F4
7#7EE1F7
8#A9EBF9
9#D4F5FC
Tones
Muted variations
1#05262E
2#08252B
3#0A2329
4#0C2227
5#0E2125
6#111F22
7#131E20
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FCFE;
--black-100: #DDF7FD;
--black-200: #C1F0FB;
--black-300: #91E5F8;
--black-400: #57D7F4;
--black-500: #27CCF1;
--black-600: #0DAFD3;
--black-700: #0B8BA8;
--black-800: #086378;
--black-900: #05404D;
--black-950: #032830;
}