Black
#0D1F26
BlueColor Codes
All color formats for development
HEX
#0D1F26RGB
rgb(13, 31, 38)HSL
hsl(197, 49%, 10%)OKLCH
oklch(0.227 0.027 225.3)CMYK
cmyk(66%, 18%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1C22
2#0A191E
3#09161B
4#081317
5#070F13
6#050C0F
7#04090B
8#030608
9#010304
Tints
Lighter variations
1#193B48
2#24576A
3#30728D
4#3C8EAF
5#54A5C4
6#76B7D0
7#98C9DC
8#BBDBE8
9#DDEDF3
Tones
Muted variations
1#0E1E25
2#101E23
3#111D22
4#121D21
5#131C20
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 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB9 #7AB9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A5 #54A5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3988 #3988A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6C #2E6C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214D #214D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FB;
--black-100: #E4F1F6;
--black-200: #CEE5EE;
--black-300: #A8D1E1;
--black-400: #7AB9D1;
--black-500: #54A5C4;
--black-600: #3988A7;
--black-700: #2E6C85;
--black-800: #214D5F;
--black-900: #15313D;
--black-950: #0D1F26;
}