Black
#06262D
CyanColor Codes
All color formats for development
HEX
#06262DRGB
rgb(6, 38, 45)HSL
hsl(191, 76%, 10%)OKLCH
oklch(0.249 0.039 215.3)CMYK
cmyk(87%, 16%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062228
2#051E24
3#041A1F
4#04171B
5#031316
6#020F12
7#020B0D
8#010809
9#010404
Tints
Lighter variations
1#0C4855
2#116A7E
3#178CA6
4#1CAECE
5#35C3E3
6#5DCFE9
7#86DBEE
8#AEE7F4
9#D7F3F9
Tones
Muted variations
1#08252B
2#0A2329
3#0C2227
4#0E2125
5#102023
6#121E21
7#141D1F
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E1 #98E1F1 | BordersInactive statesPlaceholder text |
| 400 | 62D1 #62D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C3 #35C3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA6 #1BA6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1584 #15849D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5E #0F5E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3C #0A3C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E0F6FB;
--black-200: #C5EEF7;
--black-300: #98E1F1;
--black-400: #62D1EA;
--black-500: #35C3E3;
--black-600: #1BA6C5;
--black-700: #15849D;
--black-800: #0F5E70;
--black-900: #0A3C48;
--black-950: #06262D;
}