Black
#0D2126
CyanColor Codes
All color formats for development
HEX
#0D2126RGB
rgb(13, 33, 38)HSL
hsl(192, 49%, 10%)OKLCH
oklch(0.233 0.028 216)CMYK
cmyk(66%, 13%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1E22
2#0A1A1E
3#09171B
4#081417
5#071013
6#050D0F
7#040A0B
8#030708
9#010304
Tints
Lighter variations
1#193F48
2#245C6A
3#307A8D
4#3C98AF
5#54AEC4
6#76BED0
7#98CEDC
8#BBDFE8
9#DDEFF3
Tones
Muted variations
1#0E2025
2#101F23
3#111F22
4#121E21
5#131D20
6#151C1E
7#161C1D
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC0 #7AC0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AE #54AEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3991 #3991A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFB;
--black-100: #E4F2F6;
--black-200: #CEE8EE;
--black-300: #A8D6E1;
--black-400: #7AC0D1;
--black-500: #54AEC4;
--black-600: #3991A7;
--black-700: #2E7385;
--black-800: #21525F;
--black-900: #15353D;
--black-950: #0D2126;
}