Black
#0D1E26
BlueColor Codes
All color formats for development
HEX
#0D1E26RGB
rgb(13, 30, 38)HSL
hsl(199, 49%, 10%)OKLCH
oklch(0.224 0.028 230)CMYK
cmyk(66%, 21%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1B22
2#0A181E
3#09151B
4#081217
5#070F13
6#050C0F
7#04090B
8#030608
9#010304
Tints
Lighter variations
1#193948
2#24546A
3#306F8D
4#3C8AAF
5#54A1C4
6#76B4D0
7#98C7DC
8#BBD9E8
9#DDECF3
Tones
Muted variations
1#0E1E25
2#101D23
3#111D22
4#121C21
5#131C20
6#151B1E
7#161B1D
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CF #A8CFE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB6 #7AB6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A1 #54A1C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3984 #3984A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E69 #2E6985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214B #214B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1530 #15303D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FB;
--black-100: #E4F0F6;
--black-200: #CEE4EE;
--black-300: #A8CFE1;
--black-400: #7AB6D1;
--black-500: #54A1C4;
--black-600: #3984A7;
--black-700: #2E6985;
--black-800: #214B5F;
--black-900: #15303D;
--black-950: #0D1E26;
}