Black
#0E2525
CyanColor Codes
All color formats for development
HEX
#0E2525RGB
rgb(14, 37, 37)HSL
hsl(180, 45%, 10%)OKLCH
oklch(0.246 0.029 195.4)CMYK
cmyk(62%, 0%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2121
2#0B1E1E
3#0A1A1A
4#081616
5#071212
6#060F0F
7#040B0B
8#030707
9#010404
Tints
Lighter variations
1#1B4646
2#276868
3#348989
4#41AAAA
5#59C0C0
6#7ACDCD
7#9BD9D9
8#BCE6E6
9#DEF2F2
Tones
Muted variations
1#0F2424
2#102323
3#112222
4#132020
5#141F1F
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 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADF #AADFDF | BordersInactive statesPlaceholder text |
| 400 | 7ECE #7ECECE | Disabled statesSecondary iconsMuted text |
| 500 | 59C0 #59C0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA3 #3EA3A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3181 #318181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235C #235C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FBFB;
--black-100: #E5F5F5;
--black-200: #CFEDED;
--black-300: #AADFDF;
--black-400: #7ECECE;
--black-500: #59C0C0;
--black-600: #3EA3A3;
--black-700: #318181;
--black-800: #235C5C;
--black-900: #163B3B;
--black-950: #0E2525;
}