Black
#062D27
CyanColor Codes
All color formats for development
HEX
#062D27RGB
rgb(6, 45, 39)HSL
hsl(171, 76%, 10%)OKLCH
oklch(0.269 0.044 180.3)CMYK
cmyk(87%, 0%, 13%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062823
2#05241F
3#041F1B
4#041B17
5#031614
6#021210
7#020D0C
8#010908
9#010404
Tints
Lighter variations
1#0C554A
2#117E6D
3#17A691
4#1CCEB4
5#35E3C9
6#5DE9D4
7#86EEDF
8#AEF4EA
9#D7F9F4
Tones
Muted variations
1#082B26
2#0A2924
3#0C2723
4#0E2522
5#102320
6#12211F
7#141F1E
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFB;
--black-100: #E0FBF7;
--black-200: #C5F7EF;
--black-300: #98F1E4;
--black-400: #62EAD5;
--black-500: #35E3C9;
--black-600: #1BC5AC;
--black-700: #159D89;
--black-800: #0F7062;
--black-900: #0A483F;
--black-950: #062D27;
}