Black
#062D26
CyanColor Codes
All color formats for development
HEX
#062D26RGB
rgb(6, 45, 38)HSL
hsl(169, 76%, 10%)OKLCH
oklch(0.268 0.044 178.1)CMYK
cmyk(87%, 0%, 16%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062822
2#05241E
3#041F1A
4#041B17
5#031613
6#02120F
7#020D0B
8#010908
9#010404
Tints
Lighter variations
1#0C5548
2#117E6A
3#17A68C
4#1CCEAE
5#35E3C3
6#5DE9CF
7#86EEDB
8#AEF4E7
9#D7F9F3
Tones
Muted variations
1#082B25
2#0A2923
3#0C2722
4#0E2521
5#102320
6#12211E
7#141F1D
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 #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFB;
--black-100: #E0FBF6;
--black-200: #C5F7EE;
--black-300: #98F1E1;
--black-400: #62EAD1;
--black-500: #35E3C3;
--black-600: #1BC5A6;
--black-700: #159D84;
--black-800: #0F705E;
--black-900: #0A483C;
--black-950: #062D26;
}