Black
#0D2026
CyanColor Codes
All color formats for development
HEX
#0D2026RGB
rgb(13, 32, 38)HSL
hsl(194, 49%, 10%)OKLCH
oklch(0.23 0.027 220.6)CMYK
cmyk(66%, 16%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1D22
2#0A1A1E
3#09171B
4#081317
5#071013
6#050D0F
7#040A0B
8#030608
9#010304
Tints
Lighter variations
1#193D48
2#245A6A
3#30778D
4#3C94AF
5#54AAC4
6#76BBD0
7#98CCDC
8#BBDDE8
9#DDEEF3
Tones
Muted variations
1#0E1F25
2#101F23
3#111E22
4#121D21
5#131D20
6#151C1E
7#161B1D
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABD #7ABDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AA #54AAC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398E #398EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E71 #2E7185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FB;
--black-100: #E4F2F6;
--black-200: #CEE7EE;
--black-300: #A8D4E1;
--black-400: #7ABDD1;
--black-500: #54AAC4;
--black-600: #398EA7;
--black-700: #2E7185;
--black-800: #21505F;
--black-900: #15333D;
--black-950: #0D2026;
}