Black
#01322B
CyanColor Codes
All color formats for development
HEX
#01322BRGB
rgb(1, 50, 43)HSL
hsl(171, 96%, 10%)OKLCH
oklch(0.285 0.051 180.2)CMYK
cmyk(98%, 0%, 14%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D26
2#012822
3#01231E
4#011E1A
5#011915
6#001411
7#000F0D
8#000A09
9#000504
Tints
Lighter variations
1#025F51
2#038C77
3#04B99E
4#05E6C4
5#1EFAD9
6#4BFBE1
7#78FCE8
8#A5FDF0
9#D2FEF7
Tones
Muted variations
1#033029
2#062D27
3#082B25
4#0B2824
5#0D2622
6#102320
7#12211F
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 #BEFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEC | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFC;
--black-100: #DCFEF9;
--black-200: #BEFEF4;
--black-300: #8CFDEC;
--black-400: #50FBE2;
--black-500: #1EFAD9;
--black-600: #04DCBC;
--black-700: #04AF95;
--black-800: #037D6B;
--black-900: #025044;
--black-950: #01322B;
}