Black
#022931
CyanColor Codes
All color formats for development
HEX
#022931RGB
rgb(2, 41, 49)HSL
hsl(190, 92%, 10%)OKLCH
oklch(0.259 0.044 214.9)CMYK
cmyk(96%, 16%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02252C
2#022127
3#011D22
4#01191D
5#011518
6#011014
7#010C0F
8#00080A
9#000405
Tints
Lighter variations
1#044E5D
2#067389
3#0898B5
4#09BDE1
5#23D3F6
6#4FDCF8
7#7BE4F9
8#A7EDFB
9#D3F6FD
Tones
Muted variations
1#04282F
2#07262C
3#09242A
4#0B2328
5#0E2125
6#102023
7#121E21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE8 #8EE8FA | BordersInactive statesPlaceholder text |
| 400 | 54DC #54DCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D3 #23D3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B5 #09B5D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0790 #0790AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0567 #05677A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFE;
--black-100: #DDF8FE;
--black-200: #BFF2FC;
--black-300: #8EE8FA;
--black-400: #54DCF8;
--black-500: #23D3F6;
--black-600: #09B5D7;
--black-700: #0790AB;
--black-800: #05677A;
--black-900: #03424E;
--black-950: #022931;
}