Black
#062D2B
CyanColor Codes
All color formats for development
HEX
#062D2BRGB
rgb(6, 45, 43)HSL
hsl(177, 76%, 10%)OKLCH
oklch(0.27 0.042 189.9)CMYK
cmyk(87%, 0%, 4%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062827
2#052422
3#041F1E
4#041B1A
5#031615
6#021211
7#020D0D
8#010909
9#010404
Tints
Lighter variations
1#0C5552
2#117E78
3#17A69F
4#1CCEC6
5#35E3DB
6#5DE9E2
7#86EEE9
8#AEF4F0
9#D7F9F8
Tones
Muted variations
1#082B29
2#0A2927
3#0C2726
4#0E2524
5#102322
6#122120
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 #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4845 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFD;
--black-100: #E0FBF9;
--black-200: #C5F7F5;
--black-300: #98F1EC;
--black-400: #62EAE3;
--black-500: #35E3DB;
--black-600: #1BC5BD;
--black-700: #159D96;
--black-800: #0F706B;
--black-900: #0A4845;
--black-950: #062D2B;
}