Black
#012832
CyanColor Codes
All color formats for development
HEX
#012832RGB
rgb(1, 40, 50)HSL
hsl(192, 96%, 10%)OKLCH
oklch(0.256 0.046 219.4)CMYK
cmyk(98%, 20%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01242D
2#012028
3#011C23
4#01181E
5#011419
6#001014
7#000C0F
8#00080A
9#000405
Tints
Lighter variations
1#024C5F
2#03718C
3#0495B9
4#05B9E6
5#1ECEFA
6#4BD8FB
7#78E2FC
8#A5ECFD
9#D2F5FE
Tones
Muted variations
1#032730
2#06252D
3#08242B
4#0B2228
5#0D2126
6#101F23
7#121E21
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE6 #8CE6FD | BordersInactive statesPlaceholder text |
| 400 | 50D9 #50D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECE #1ECEFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B1 #04B1DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048D #048DAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFF;
--black-100: #DCF7FE;
--black-200: #BEF1FE;
--black-300: #8CE6FD;
--black-400: #50D9FB;
--black-500: #1ECEFA;
--black-600: #04B1DC;
--black-700: #048DAF;
--black-800: #03647D;
--black-900: #024050;
--black-950: #012832;
}