Black
#0E2325
CyanColor Codes
All color formats for development
HEX
#0E2325RGB
rgb(14, 35, 37)HSL
hsl(185, 45%, 10%)OKLCH
oklch(0.24 0.027 203.6)CMYK
cmyk(62%, 5%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2021
2#0B1C1E
3#0A191A
4#081516
5#071212
6#060E0F
7#040B0B
8#030707
9#010404
Tints
Lighter variations
1#1B4346
2#276268
3#348289
4#41A1AA
5#59B7C0
6#7AC6CD
7#9BD4D9
8#BCE2E6
9#DEF1F2
Tones
Muted variations
1#0F2224
2#102123
3#112022
4#131F20
5#141E1F
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 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADA #AADADF | BordersInactive statesPlaceholder text |
| 400 | 7EC7 #7EC7CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B7 #59B7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E9A #3E9AA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 317B #317B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2358 #23585C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1638 #16383B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFB;
--black-100: #E5F4F5;
--black-200: #CFEAED;
--black-300: #AADADF;
--black-400: #7EC7CE;
--black-500: #59B7C0;
--black-600: #3E9AA3;
--black-700: #317B81;
--black-800: #23585C;
--black-900: #16383B;
--black-950: #0E2325;
}