Black
#0C2727
CyanColor Codes
All color formats for development
HEX
#0C2727RGB
rgb(12, 39, 39)HSL
hsl(180, 53%, 10%)OKLCH
oklch(0.252 0.033 195.3)CMYK
cmyk(69%, 0%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2323
2#0A1F1F
3#081B1B
4#071717
5#061414
6#051010
7#040C0C
8#020808
9#010404
Tints
Lighter variations
1#174A4A
2#226D6D
3#2C9090
4#37B3B3
5#4FC9C9
6#73D4D4
7#96DFDF
8#B9E9E9
9#DCF4F4
Tones
Muted variations
1#0D2626
2#0F2424
3#102323
4#112222
5#132020
6#141F1F
7#151E1E
8#171C1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEF #CCEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E3 #A5E3E3 | BordersInactive statesPlaceholder text |
| 400 | 76D5 #76D5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FC9 #4FC9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 35AC #35ACAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A89 #2A8989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E62 #1E6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133E #133E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFB;
--black-100: #E4F7F7;
--black-200: #CCEFEF;
--black-300: #A5E3E3;
--black-400: #76D5D5;
--black-500: #4FC9C9;
--black-600: #35ACAC;
--black-700: #2A8989;
--black-800: #1E6262;
--black-900: #133E3E;
--black-950: #0C2727;
}