Black
#0C2227
CyanColor Codes
All color formats for development
HEX
#0C2227RGB
rgb(12, 34, 39)HSL
hsl(191, 53%, 10%)OKLCH
oklch(0.237 0.029 214.5)CMYK
cmyk(69%, 13%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1F23
2#0A1B1F
3#08181B
4#071417
5#061114
6#050E10
7#040A0C
8#020708
9#010304
Tints
Lighter variations
1#17414A
2#225F6D
3#2C7E90
4#379DB3
5#4FB3C9
6#73C2D4
7#96D1DF
8#B9E1E9
9#DCF0F4
Tones
Muted variations
1#0D2126
2#0F2024
3#101F23
4#111F22
5#131E20
6#141D1F
7#151C1E
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFB;
--black-100: #E4F3F7;
--black-200: #CCE9EF;
--black-300: #A5D8E3;
--black-400: #76C4D5;
--black-500: #4FB3C9;
--black-600: #3596AC;
--black-700: #2A7789;
--black-800: #1E5562;
--black-900: #13363E;
--black-950: #0C2227;
}