Black
#012932
CyanColor Codes
All color formats for development
HEX
#012932RGB
rgb(1, 41, 50)HSL
hsl(191, 96%, 10%)OKLCH
oklch(0.259 0.045 216.8)CMYK
cmyk(98%, 18%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01252D
2#012128
3#011D23
4#01191E
5#011519
6#001014
7#000C0F
8#00080A
9#000405
Tints
Lighter variations
1#024E5F
2#03738C
3#0498B9
4#05BDE6
5#1ED2FA
6#4BDBFB
7#78E4FC
8#A5EDFD
9#D2F6FE
Tones
Muted variations
1#032730
2#06262D
3#08242B
4#0B2328
5#0D2126
6#102023
7#121E21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE8 #8CE8FD | BordersInactive statesPlaceholder text |
| 400 | 50DC #50DCFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED2 #1ED2FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B4 #04B4DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0490 #0490AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0367 #03677D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #024250 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFF;
--black-100: #DCF8FE;
--black-200: #BEF2FE;
--black-300: #8CE8FD;
--black-400: #50DCFB;
--black-500: #1ED2FA;
--black-600: #04B4DC;
--black-700: #0490AF;
--black-800: #03677D;
--black-900: #024250;
--black-950: #012932;
}