Black
#0F2424
CyanColor Codes
All color formats for development
HEX
#0F2424RGB
rgb(15, 36, 36)HSL
hsl(180, 41%, 10%)OKLCH
oklch(0.243 0.027 195.5)CMYK
cmyk(58%, 0%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2020
2#0C1D1D
3#0B1919
4#091616
5#081212
6#060E0E
7#050B0B
8#030707
9#020404
Tints
Lighter variations
1#1D4444
2#2A6565
3#388585
4#45A5A5
5#5DBBBB
6#7EC9C9
7#9ED6D6
8#BEE4E4
9#DFF1F1
Tones
Muted variations
1#102323
2#112222
3#122121
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 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81CA #81CACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBB #5DBBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429E #429E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357E #357E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 265A #265A5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 183A #183A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFA;
--black-100: #E6F4F4;
--black-200: #D0EBEB;
--black-300: #ACDCDC;
--black-400: #81CACA;
--black-500: #5DBBBB;
--black-600: #429E9E;
--black-700: #357E7E;
--black-800: #265A5A;
--black-900: #183A3A;
--black-950: #0F2424;
}