Black
#032630
CyanColor Codes
All color formats for development
HEX
#032630RGB
rgb(3, 38, 48)HSL
hsl(193, 88%, 10%)OKLCH
oklch(0.25 0.043 221.2)CMYK
cmyk(94%, 21%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03222B
2#021F26
3#021B22
4#02171D
5#021318
6#010F13
7#010B0E
8#01080A
9#000405
Tints
Lighter variations
1#06495B
2#096B86
3#0B8DB1
4#0EB0DD
5#27C5F1
6#52D1F4
7#7EDCF7
8#A9E8F9
9#D4F3FC
Tones
Muted variations
1#05252E
2#08242B
3#0A2229
4#0C2127
5#0E2025
6#111F22
7#131D20
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 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFE;
--black-100: #DDF6FD;
--black-200: #C1EEFB;
--black-300: #91E2F8;
--black-400: #57D2F4;
--black-500: #27C5F1;
--black-600: #0DA8D3;
--black-700: #0B86A8;
--black-800: #086078;
--black-900: #053D4D;
--black-950: #032630;
}