Black
#09262A
CyanColor Codes
All color formats for development
HEX
#09262ARGB
rgb(9, 38, 42)HSL
hsl(187, 65%, 10%)OKLCH
oklch(0.249 0.035 207.8)CMYK
cmyk(79%, 10%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082226
2#071F22
3#061B1D
4#051719
5#041315
6#040F11
7#030B0D
8#020808
9#010404
Tints
Lighter variations
1#114950
2#196B76
3#218D9C
4#29B0C2
5#42C5D7
6#68D1DF
7#8DDCE7
8#B3E8EF
9#D9F3F7
Tones
Muted variations
1#0B2528
2#0C2427
3#0E2225
4#102123
5#112022
6#131F20
7#151D1E
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EA | BordersInactive statesPlaceholder text |
| 400 | 6CD2 #6CD2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C5 #42C5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A8 #27A8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F86 #1F8693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #166069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFC;
--black-100: #E2F6F9;
--black-200: #C8EEF3;
--black-300: #9EE2EA;
--black-400: #6CD2E0;
--black-500: #42C5D7;
--black-600: #27A8B9;
--black-700: #1F8693;
--black-800: #166069;
--black-900: #0E3D43;
--black-950: #09262A;
}