Black
#0F2224
CyanColor Codes
All color formats for development
HEX
#0F2224RGB
rgb(15, 34, 36)HSL
hsl(186, 41%, 10%)OKLCH
oklch(0.237 0.025 204.4)CMYK
cmyk(58%, 6%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1E20
2#0C1B1D
3#0B1819
4#091416
5#081112
6#060E0E
7#050A0B
8#030707
9#020304
Tints
Lighter variations
1#1D4044
2#2A5F65
3#387D85
4#459CA5
5#5DB2BB
6#7EC1C9
7#9ED1D6
8#BEE0E4
9#DFF0F1
Tones
Muted variations
1#102123
2#112022
3#121F21
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 #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C3 #81C3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB2 #5DB2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4295 #42959E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3577 #35777E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2655 #26555A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFA;
--black-100: #E6F3F4;
--black-200: #D0E9EB;
--black-300: #ACD8DC;
--black-400: #81C3CA;
--black-500: #5DB2BB;
--black-600: #42959E;
--black-700: #35777E;
--black-800: #26555A;
--black-900: #18363A;
--black-950: #0F2224;
}