Black
#0D2626
CyanColor Codes
All color formats for development
HEX
#0D2626RGB
rgb(13, 38, 38)HSL
hsl(180, 49%, 10%)OKLCH
oklch(0.249 0.031 195.4)CMYK
cmyk(66%, 0%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C2222
2#0A1E1E
3#091B1B
4#081717
5#071313
6#050F0F
7#040B0B
8#030808
9#010404
Tints
Lighter variations
1#194848
2#246A6A
3#308D8D
4#3CAFAF
5#54C4C4
6#76D0D0
7#98DCDC
8#BBE8E8
9#DDF3F3
Tones
Muted variations
1#0E2525
2#102323
3#112222
4#122121
5#132020
6#151E1E
7#161D1D
8#171C1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AD1 #7AD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54C4 #54C4C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 39A7 #39A7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E85 #2E8585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215F #215F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 153D #153D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FBFB;
--black-100: #E4F6F6;
--black-200: #CEEEEE;
--black-300: #A8E1E1;
--black-400: #7AD1D1;
--black-500: #54C4C4;
--black-600: #39A7A7;
--black-700: #2E8585;
--black-800: #215F5F;
--black-900: #153D3D;
--black-950: #0D2626;
}