Black
#06292D
CyanColor Codes
All color formats for development
HEX
#06292DRGB
rgb(6, 41, 45)HSL
hsl(186, 76%, 10%)OKLCH
oklch(0.259 0.039 206.1)CMYK
cmyk(87%, 9%, 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#021012
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0C4E55
2#11737E
3#1798A6
4#1CBDCE
5#35D2E3
6#5DDBE9
7#86E4EE
8#AEEDF4
9#D7F6F9
Tones
Muted variations
1#08272B
2#0A2629
3#0C2427
4#0E2325
5#102123
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 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E0F8FB;
--black-200: #C5F2F7;
--black-300: #98E8F1;
--black-400: #62DCEA;
--black-500: #35D2E3;
--black-600: #1BB4C5;
--black-700: #15909D;
--black-800: #0F6770;
--black-900: #0A4248;
--black-950: #06292D;
}