Black
#013226
CyanColor Codes
All color formats for development
HEX
#013226RGB
rgb(1, 50, 38)HSL
hsl(165, 96%, 10%)OKLCH
oklch(0.283 0.054 171.3)CMYK
cmyk(98%, 0%, 24%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D22
2#01281E
3#01231A
4#011E17
5#011913
6#00140F
7#000F0B
8#000A08
9#000504
Tints
Lighter variations
1#025F48
2#038C6A
3#04B98C
4#05E6AE
5#1EFAC3
6#4BFBCF
7#78FCDB
8#A5FDE7
9#D2FEF3
Tones
Muted variations
1#033025
2#062D23
3#082B22
4#0B2821
5#0D2620
6#10231E
7#12211D
8#151E1C
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503C | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFB;
--black-100: #DCFEF6;
--black-200: #BEFEEE;
--black-300: #8CFDE1;
--black-400: #50FBD1;
--black-500: #1EFAC3;
--black-600: #04DCA6;
--black-700: #04AF84;
--black-800: #037D5E;
--black-900: #02503C;
--black-950: #013226;
}