Black
#062D24
CyanColor Codes
All color formats for development
HEX
#062D24RGB
rgb(6, 45, 36)HSL
hsl(166, 76%, 10%)OKLCH
oklch(0.268 0.046 173.8)CMYK
cmyk(87%, 0%, 20%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062820
2#05241D
3#041F19
4#041B16
5#031612
6#02120E
7#020D0B
8#010907
9#010404
Tints
Lighter variations
1#0C5544
2#117E64
3#17A685
4#1CCEA5
5#35E3BB
6#5DE9C8
7#86EED6
8#AEF4E4
9#D7F9F1
Tones
Muted variations
1#082B23
2#0A2922
3#0C2721
4#0E2520
5#10231F
6#12211E
7#141F1D
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E0FBF4;
--black-200: #C5F7EB;
--black-300: #98F1DC;
--black-400: #62EACA;
--black-500: #35E3BB;
--black-600: #1BC59E;
--black-700: #159D7D;
--black-800: #0F705A;
--black-900: #0A4839;
--black-950: #062D24;
}