Black
#0C2427
CyanColor Codes
All color formats for development
HEX
#0C2427RGB
rgb(12, 36, 39)HSL
hsl(187, 53%, 10%)OKLCH
oklch(0.243 0.03 206.3)CMYK
cmyk(69%, 8%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2023
2#0A1D1F
3#08191B
4#071617
5#061214
6#050E10
7#040B0C
8#020708
9#010404
Tints
Lighter variations
1#17444A
2#22646D
3#2C8590
4#37A5B3
5#4FBBC9
6#73C9D4
7#96D6DF
8#B9E4E9
9#DCF1F4
Tones
Muted variations
1#0D2326
2#0F2224
3#102123
4#112022
5#131F20
6#141E1F
7#151D1E
8#171C1C
9#181B1B
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 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DC #A5DCE3 | BordersInactive statesPlaceholder text |
| 400 | 76CA #76CAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FBB #4FBBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359E #359EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7E #2A7E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E5A #1E5A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFB;
--black-100: #E4F4F7;
--black-200: #CCEBEF;
--black-300: #A5DCE3;
--black-400: #76CAD5;
--black-500: #4FBBC9;
--black-600: #359EAC;
--black-700: #2A7E89;
--black-800: #1E5A62;
--black-900: #13393E;
--black-950: #0C2427;
}