Black
#022631
CyanColor Codes
All color formats for development
HEX
#022631RGB
rgb(2, 38, 49)HSL
hsl(194, 92%, 10%)OKLCH
oklch(0.25 0.044 222.9)CMYK
cmyk(96%, 22%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02222C
2#021E27
3#011B22
4#01171D
5#011318
6#010F14
7#010B0F
8#00080A
9#000405
Tints
Lighter variations
1#04485D
2#066A89
3#088DB5
4#09AFE1
5#23C5F6
6#4FD0F8
7#7BDCF9
8#A7E8FB
9#D3F3FD
Tones
Muted variations
1#04252F
2#07242C
3#09222A
4#0B2128
5#0E2025
6#101F23
7#121D21
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FA | BordersInactive statesPlaceholder text |
| 400 | 54D2 #54D2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C5 #23C5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A7 #09A7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0785 #0785AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055F #055F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FBFE;
--black-100: #DDF6FE;
--black-200: #BFEEFC;
--black-300: #8EE1FA;
--black-400: #54D2F8;
--black-500: #23C5F6;
--black-600: #09A7D7;
--black-700: #0785AB;
--black-800: #055F7A;
--black-900: #033D4E;
--black-950: #022631;
}