Black
#01322A
CyanColor Codes
All color formats for development
HEX
#01322ARGB
rgb(1, 50, 42)HSL
hsl(170, 96%, 10%)OKLCH
oklch(0.284 0.051 178.3)CMYK
cmyk(98%, 0%, 16%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D26
2#012821
3#01231D
4#011E19
5#011915
6#001411
7#000F0D
8#000A08
9#000504
Tints
Lighter variations
1#025F4F
2#038C75
3#04B99B
4#05E6C0
5#1EFAD6
6#4BFBDE
7#78FCE6
8#A5FDEE
9#D2FEF7
Tones
Muted variations
1#033028
2#062D27
3#082B25
4#0B2823
5#0D2622
6#102320
7#12211E
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEA | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDF | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFC;
--black-100: #DCFEF9;
--black-200: #BEFEF3;
--black-300: #8CFDEA;
--black-400: #50FBDF;
--black-500: #1EFAD6;
--black-600: #04DCB8;
--black-700: #04AF92;
--black-800: #037D69;
--black-900: #025043;
--black-950: #01322A;
}