Black
#0D2426
CyanColor Codes
All color formats for development
HEX
#0D2426RGB
rgb(13, 36, 38)HSL
hsl(185, 49%, 10%)OKLCH
oklch(0.243 0.029 202.9)CMYK
cmyk(66%, 5%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2022
2#0A1D1E
3#09191B
4#081617
5#071213
6#050E0F
7#040B0B
8#030708
9#010404
Tints
Lighter variations
1#194448
2#24656A
3#30858D
4#3CA5AF
5#54BBC4
6#76C9D0
7#98D6DC
8#BBE4E8
9#DDF1F3
Tones
Muted variations
1#0E2325
2#102223
3#112122
4#122021
5#131F20
6#151E1E
7#161D1D
8#171C1C
9#181B1B
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 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7ACA #7ACAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54BB #54BBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399E #399EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7E #2E7E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215A #215A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | Primary textHigh emphasis contentDark headings |
| 950 | 0D24 #0D2426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFB;
--black-100: #E4F4F6;
--black-200: #CEEBEE;
--black-300: #A8DCE1;
--black-400: #7ACAD1;
--black-500: #54BBC4;
--black-600: #399EA7;
--black-700: #2E7E85;
--black-800: #215A5F;
--black-900: #15393D;
--black-950: #0D2426;
}