Black
#062D29
CyanColor Codes
All color formats for development
HEX
#062D29RGB
rgb(6, 45, 41)HSL
hsl(174, 76%, 10%)OKLCH
oklch(0.27 0.043 185)CMYK
cmyk(87%, 0%, 9%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062825
2#052421
3#041F1D
4#041B19
5#031615
6#021210
7#020D0C
8#010908
9#010404
Tints
Lighter variations
1#0C554E
2#117E73
3#17A698
4#1CCEBD
5#35E3D2
6#5DE9DB
7#86EEE4
8#AEF4ED
9#D7F9F6
Tones
Muted variations
1#082B27
2#0A2926
3#0C2724
4#0E2523
5#102321
6#122120
7#141F1E
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4842 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFC;
--black-100: #E0FBF8;
--black-200: #C5F7F2;
--black-300: #98F1E8;
--black-400: #62EADC;
--black-500: #35E3D2;
--black-600: #1BC5B4;
--black-700: #159D90;
--black-800: #0F7067;
--black-900: #0A4842;
--black-950: #062D29;
}