Black
#062A2D
CyanColor Codes
All color formats for development
HEX
#062A2DRGB
rgb(6, 42, 45)HSL
hsl(185, 76%, 10%)OKLCH
oklch(0.262 0.04 203.1)CMYK
cmyk(87%, 7%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062528
2#052124
3#041D1F
4#04191B
5#031516
6#021112
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0C4F55
2#11757E
3#179AA6
4#1CC0CE
5#35D5E3
6#5DDDE9
7#86E6EE
8#AEEEF4
9#D7F7F9
Tones
Muted variations
1#08282B
2#0A2629
3#0C2527
4#0E2325
5#102223
6#122021
7#141E1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E0F8FB;
--black-200: #C5F3F7;
--black-300: #98E9F1;
--black-400: #62DEEA;
--black-500: #35D5E3;
--black-600: #1BB7C5;
--black-700: #15929D;
--black-800: #0F6870;
--black-900: #0A4348;
--black-950: #062A2D;
}