Black
#012732
CyanColor Codes
All color formats for development
HEX
#012732RGB
rgb(1, 39, 50)HSL
hsl(193, 96%, 10%)OKLCH
oklch(0.253 0.046 221.9)CMYK
cmyk(98%, 22%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01232D
2#011F28
3#011C23
4#01181E
5#011419
6#001014
7#000C0F
8#00080A
9#000405
Tints
Lighter variations
1#024B5F
2#036E8C
3#0492B9
4#05B5E6
5#1ECBFA
6#4BD5FB
7#78E0FC
8#A5EAFD
9#D2F5FE
Tones
Muted variations
1#032630
2#06252D
3#08232B
4#0B2228
5#0D2026
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 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE4 #8CE4FD | BordersInactive statesPlaceholder text |
| 400 | 50D6 #50D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECB #1ECBFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04AD #04ADDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048A #048AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFF;
--black-100: #DCF7FE;
--black-200: #BEF0FE;
--black-300: #8CE4FD;
--black-400: #50D6FB;
--black-500: #1ECBFA;
--black-600: #04ADDC;
--black-700: #048AAF;
--black-800: #03627D;
--black-900: #023F50;
--black-950: #012732;
}