Black
#0F2024
CyanColor Codes
All color formats for development
HEX
#0F2024RGB
rgb(15, 32, 36)HSL
hsl(191, 41%, 10%)OKLCH
oklch(0.231 0.024 214.5)CMYK
cmyk(58%, 11%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1D20
2#0C1A1D
3#0B1619
4#091316
5#081012
6#060D0E
7#050A0B
8#030607
9#020304
Tints
Lighter variations
1#1D3D44
2#2A5A65
3#387785
4#4594A5
5#5DAABB
6#7EBBC9
7#9ECCD6
8#BEDDE4
9#DFEEF1
Tones
Muted variations
1#101F23
2#111F22
3#121E21
4#131D20
5#141D1F
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BD #81BDCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAA #5DAABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428D #428D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3570 #35707E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2650 #26505A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FA;
--black-100: #E6F2F4;
--black-200: #D0E6EB;
--black-300: #ACD4DC;
--black-400: #81BDCA;
--black-500: #5DAABB;
--black-600: #428D9E;
--black-700: #35707E;
--black-800: #26505A;
--black-900: #18333A;
--black-950: #0F2024;
}