Black
#022B31
CyanColor Codes
All color formats for development
HEX
#022B31RGB
rgb(2, 43, 49)HSL
hsl(188, 92%, 10%)OKLCH
oklch(0.265 0.044 209.6)CMYK
cmyk(96%, 12%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02262C
2#022227
3#011E22
4#011A1D
5#011518
6#011114
7#010D0F
8#00090A
9#000405
Tints
Lighter variations
1#04515D
2#067889
3#089EB5
4#09C4E1
5#23DAF6
6#4FE1F8
7#7BE9F9
8#A7F0FB
9#D3F8FD
Tones
Muted variations
1#04292F
2#07272C
3#09262A
4#0B2428
5#0E2225
6#102023
7#121F21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFA | BordersInactive statesPlaceholder text |
| 400 | 54E2 #54E2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23DA #23DAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09BC #09BCD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0795 #0795AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056B #056B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0344 #03444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FDFE;
--black-100: #DDF9FE;
--black-200: #BFF4FC;
--black-300: #8EECFA;
--black-400: #54E2F8;
--black-500: #23DAF6;
--black-600: #09BCD7;
--black-700: #0795AB;
--black-800: #056B7A;
--black-900: #03444E;
--black-950: #022B31;
}