Black
#002933
CyanColor Codes
All color formats for development
HEX
#002933RGB
rgb(0, 41, 51)HSL
hsl(192, 100%, 10%)OKLCH
oklch(0.259 0.047 218.5)CMYK
cmyk(100%, 20%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00252E
2#002129
3#001D24
4#00181F
5#00141A
6#001014
7#000C0F
8#00080A
9#000405
Tints
Lighter variations
1#004E61
2#00728F
3#0097BD
4#00BCEB
5#1AD1FF
6#47DAFF
7#75E3FF
8#A3EDFF
9#D1F6FF
Tones
Muted variations
1#032730
2#05262E
3#08242B
4#0A2329
5#0D2126
6#0F2024
7#121E21
8#141D1F
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF8 #DBF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE8 #8AE8FF | BordersInactive statesPlaceholder text |
| 400 | 4DDB #4DDBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD1 #1AD1FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B4 #00B4E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008F #008FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0066 #006680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0041 #004152 | Primary textHigh emphasis contentDark headings |
| 950 | 0029 #002933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFF;
--black-100: #DBF8FF;
--black-200: #BDF2FF;
--black-300: #8AE8FF;
--black-400: #4DDBFF;
--black-500: #1AD1FF;
--black-600: #00B4E0;
--black-700: #008FB3;
--black-800: #006680;
--black-900: #004152;
--black-950: #002933;
}