Black
#0C2127
CyanColor Codes
All color formats for development
HEX
#0C2127RGB
rgb(12, 33, 39)HSL
hsl(193, 53%, 10%)OKLCH
oklch(0.233 0.029 218.8)CMYK
cmyk(69%, 15%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1E23
2#0A1B1F
3#08171B
4#071417
5#061114
6#050D10
7#040A0C
8#020708
9#010304
Tints
Lighter variations
1#173F4A
2#225D6D
3#2C7B90
4#3799B3
5#4FAFC9
6#73BFD4
7#96CFDF
8#B9DFE9
9#DCEFF4
Tones
Muted variations
1#0D2026
2#0F2024
3#101F23
4#111E22
5#131D20
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 | CCE8 #CCE8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E3 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAF #4FAFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3592 #3592AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A74 #2A7489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E53 #1E5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFB;
--black-100: #E4F3F7;
--black-200: #CCE8EF;
--black-300: #A5D6E3;
--black-400: #76C1D5;
--black-500: #4FAFC9;
--black-600: #3592AC;
--black-700: #2A7489;
--black-800: #1E5362;
--black-900: #13353E;
--black-950: #0C2127;
}