Black
#002833
CyanColor Codes
All color formats for development
HEX
#002833RGB
rgb(0, 40, 51)HSL
hsl(193, 100%, 10%)OKLCH
oklch(0.256 0.047 221)CMYK
cmyk(100%, 22%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00242E
2#002029
3#001C24
4#00181F
5#00141A
6#001014
7#000C0F
8#00080A
9#000405
Tints
Lighter variations
1#004C61
2#00708F
3#0094BD
4#00B8EB
5#1ACDFF
6#47D7FF
7#75E1FF
8#A3EBFF
9#D1F5FF
Tones
Muted variations
1#032730
2#05252E
3#08242B
4#0A2229
5#0D2126
6#0F1F24
7#121E21
8#141C1F
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFF;
--black-100: #DBF7FF;
--black-200: #BDF1FF;
--black-300: #8AE6FF;
--black-400: #4DD8FF;
--black-500: #1ACDFF;
--black-600: #00B0E0;
--black-700: #008CB3;
--black-800: #006480;
--black-900: #004052;
--black-950: #002833;
}