Black
#062D2C
CyanColor Codes
All color formats for development
HEX
#062D2CRGB
rgb(6, 45, 44)HSL
hsl(178, 76%, 10%)OKLCH
oklch(0.271 0.042 192.4)CMYK
cmyk(87%, 0%, 2%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062827
2#052423
3#041F1F
4#041B1A
5#031616
6#021211
7#020D0D
8#010909
9#010404
Tints
Lighter variations
1#0C5553
2#117E7A
3#17A6A1
4#1CCEC9
5#35E3DE
6#5DE9E4
7#86EEEB
8#AEF4F2
9#D7F9F8
Tones
Muted variations
1#082B2A
2#0A2928
3#0C2726
4#0E2524
5#102323
6#122121
7#141F1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFD;
--black-100: #E0FBFA;
--black-200: #C5F7F5;
--black-300: #98F1EE;
--black-400: #62EAE5;
--black-500: #35E3DE;
--black-600: #1BC5C0;
--black-700: #159D99;
--black-800: #0F706D;
--black-900: #0A4846;
--black-950: #062D2C;
}