Black
#022A31
CyanColor Codes
All color formats for development
HEX
#022A31RGB
rgb(2, 42, 49)HSL
hsl(189, 92%, 10%)OKLCH
oklch(0.262 0.044 212.2)CMYK
cmyk(96%, 14%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02262C
2#022227
3#011D22
4#01191D
5#011518
6#011114
7#010D0F
8#00080A
9#000405
Tints
Lighter variations
1#04505D
2#067589
3#089BB5
4#09C1E1
5#23D6F6
6#4FDEF8
7#7BE6F9
8#A7EFFB
9#D3F7FD
Tones
Muted variations
1#04282F
2#07272C
3#09252A
4#0B2328
5#0E2225
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 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEA #8EEAFA | BordersInactive statesPlaceholder text |
| 400 | 54DF #54DFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D6 #23D6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B8 #09B8D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0793 #0793AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0569 #05697A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFE;
--black-100: #DDF9FE;
--black-200: #BFF3FC;
--black-300: #8EEAFA;
--black-400: #54DFF8;
--black-500: #23D6F6;
--black-600: #09B8D7;
--black-700: #0793AB;
--black-800: #05697A;
--black-900: #03434E;
--black-950: #022A31;
}