Black
#032730
CyanColor Codes
All color formats for development
HEX
#032730RGB
rgb(3, 39, 48)HSL
hsl(192, 88%, 10%)OKLCH
oklch(0.253 0.043 218.4)CMYK
cmyk(94%, 19%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03232B
2#021F26
3#021B22
4#02171D
5#021318
6#011013
7#010C0E
8#01080A
9#000405
Tints
Lighter variations
1#064A5B
2#096D86
3#0B90B1
4#0EB3DD
5#27C9F1
6#52D4F4
7#7EDFF7
8#A9E9F9
9#D4F4FC
Tones
Muted variations
1#05262E
2#08242B
3#0A2329
4#0C2227
5#0E2025
6#111F22
7#131E20
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFE;
--black-100: #DDF7FD;
--black-200: #C1EFFB;
--black-300: #91E3F8;
--black-400: #57D5F4;
--black-500: #27C9F1;
--black-600: #0DABD3;
--black-700: #0B88A8;
--black-800: #086178;
--black-900: #053E4D;
--black-950: #032730;
}