Black
#0F2124
CyanColor Codes
All color formats for development
HEX
#0F2124RGB
rgb(15, 33, 36)HSL
hsl(189, 41%, 10%)OKLCH
oklch(0.234 0.024 209.3)CMYK
cmyk(58%, 8%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1E20
2#0C1A1D
3#0B1719
4#091416
5#081012
6#060D0E
7#050A0B
8#030707
9#020304
Tints
Lighter variations
1#1D3E44
2#2A5C65
3#387985
4#4597A5
5#5DADBB
6#7EBEC9
7#9ECED6
8#BEDEE4
9#DFEFF1
Tones
Muted variations
1#102023
2#111F22
3#121F21
4#131E20
5#141D1F
6#151C1E
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD5 #ACD5DC | BordersInactive statesPlaceholder text |
| 400 | 81BF #81BFCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAD #5DADBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4290 #42909E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3573 #35737E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #26525A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFA;
--black-100: #E6F2F4;
--black-200: #D0E7EB;
--black-300: #ACD5DC;
--black-400: #81BFCA;
--black-500: #5DADBB;
--black-600: #42909E;
--black-700: #35737E;
--black-800: #26525A;
--black-900: #18353A;
--black-950: #0F2124;
}