Black
#0F1F24
CyanColor Codes
All color formats for development
HEX
#0F1F24RGB
rgb(15, 31, 36)HSL
hsl(194, 41%, 10%)OKLCH
oklch(0.228 0.024 219.9)CMYK
cmyk(58%, 14%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1C20
2#0C191D
3#0B1619
4#091316
5#081012
6#060C0E
7#05090B
8#030607
9#020304
Tints
Lighter variations
1#1D3B44
2#2A5765
3#387385
4#458FA5
5#5DA5BB
6#7EB7C9
7#9EC9D6
8#BEDBE4
9#DFEDF1
Tones
Muted variations
1#101F23
2#111E22
3#121D21
4#131D20
5#141C1F
6#151C1E
7#161B1D
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DC | BordersInactive statesPlaceholder text |
| 400 | 81B9 #81B9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA5 #5DA5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4289 #42899E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356D #356D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FA;
--black-100: #E6F1F4;
--black-200: #D0E5EB;
--black-300: #ACD1DC;
--black-400: #81B9CA;
--black-500: #5DA5BB;
--black-600: #42899E;
--black-700: #356D7E;
--black-800: #264E5A;
--black-900: #18323A;
--black-950: #0F1F24;
}