Black
#0C2327
CyanColor Codes
All color formats for development
HEX
#0C2327RGB
rgb(12, 35, 39)HSL
hsl(189, 53%, 10%)OKLCH
oklch(0.24 0.03 210.3)CMYK
cmyk(69%, 10%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1F23
2#0A1C1F
3#08181B
4#071517
5#061114
6#050E10
7#040A0C
8#020708
9#010304
Tints
Lighter variations
1#17424A
2#22626D
3#2C8190
4#37A1B3
5#4FB7C9
6#73C5D4
7#96D4DF
8#B9E2E9
9#DCF1F4
Tones
Muted variations
1#0D2226
2#0F2124
3#102023
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 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DA #A5DAE3 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB7 #4FB7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359A #359AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7A #2A7A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E57 #1E5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFB;
--black-100: #E4F4F7;
--black-200: #CCEAEF;
--black-300: #A5DAE3;
--black-400: #76C7D5;
--black-500: #4FB7C9;
--black-600: #359AAC;
--black-700: #2A7A89;
--black-800: #1E5762;
--black-900: #13383E;
--black-950: #0C2327;
}