Black
#062B2D
CyanColor Codes
All color formats for development
HEX
#062B2DRGB
rgb(6, 43, 45)HSL
hsl(183, 76%, 10%)OKLCH
oklch(0.265 0.04 200.3)CMYK
cmyk(87%, 4%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062728
2#052224
3#041E1F
4#041A1B
5#031516
6#021112
7#020D0D
8#010909
9#010404
Tints
Lighter variations
1#0C5255
2#11787E
3#179FA6
4#1CC6CE
5#35DBE3
6#5DE2E9
7#86E9EE
8#AEF0F4
9#D7F8F9
Tones
Muted variations
1#08292B
2#0A2729
3#0C2627
4#0E2425
5#102223
6#122021
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 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EC #98ECF1 | BordersInactive statesPlaceholder text |
| 400 | 62E3 #62E3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DB #35DBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBD #1BBDC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1596 #15969D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6B #0F6B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A45 #0A4548 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFD;
--black-100: #E0F9FB;
--black-200: #C5F5F7;
--black-300: #98ECF1;
--black-400: #62E3EA;
--black-500: #35DBE3;
--black-600: #1BBDC5;
--black-700: #15969D;
--black-800: #0F6B70;
--black-900: #0A4548;
--black-950: #062B2D;
}