Black
#013229
CyanColor Codes
All color formats for development
HEX
#013229RGB
rgb(1, 50, 41)HSL
hsl(169, 96%, 10%)OKLCH
oklch(0.284 0.052 176.5)CMYK
cmyk(98%, 0%, 18%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D25
2#012821
3#01231D
4#011E19
5#011915
6#001410
7#000F0C
8#000A08
9#000504
Tints
Lighter variations
1#025F4E
2#038C73
3#04B998
4#05E6BD
5#1EFAD2
6#4BFBDB
7#78FCE4
8#A5FDED
9#D2FEF6
Tones
Muted variations
1#033027
2#062D26
3#082B24
4#0B2823
5#0D2621
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 #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE8 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDC | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FFFC;
--black-100: #DCFEF8;
--black-200: #BEFEF2;
--black-300: #8CFDE8;
--black-400: #50FBDC;
--black-500: #1EFAD2;
--black-600: #04DCB4;
--black-700: #04AF90;
--black-800: #037D67;
--black-900: #025042;
--black-950: #013229;
}