Black
#0D2326
CyanColor Codes
All color formats for development
HEX
#0D2326RGB
rgb(13, 35, 38)HSL
hsl(187, 49%, 10%)OKLCH
oklch(0.24 0.028 207.1)CMYK
cmyk(66%, 8%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2022
2#0A1C1E
3#09191B
4#081517
5#071213
6#050E0F
7#040B0B
8#030708
9#010404
Tints
Lighter variations
1#194348
2#24626A
3#30828D
4#3CA1AF
5#54B7C4
6#76C6D0
7#98D4DC
8#BBE2E8
9#DDF1F3
Tones
Muted variations
1#0E2225
2#102123
3#112022
4#121F21
5#131E20
6#151D1E
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 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC7 #7AC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B7 #54B7C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399A #399AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7B #2E7B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFB;
--black-100: #E4F4F6;
--black-200: #CEEAEE;
--black-300: #A8DAE1;
--black-400: #7AC7D1;
--black-500: #54B7C4;
--black-600: #399AA7;
--black-700: #2E7B85;
--black-800: #21585F;
--black-900: #15383D;
--black-950: #0D2326;
}