Black
#0E1D25
BlueColor Codes
All color formats for development
HEX
#0E1D25RGB
rgb(14, 29, 37)HSL
hsl(201, 45%, 10%)OKLCH
oklch(0.221 0.026 232.9)CMYK
cmyk(62%, 22%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1A21
2#0B171E
3#0A141A
4#081116
5#070E12
6#060C0F
7#04090B
8#030607
9#010304
Tints
Lighter variations
1#1B3746
2#275168
3#346B89
4#4185AA
5#599CC0
6#7AB0CD
7#9BC3D9
8#BCD7E6
9#DEEBF2
Tones
Muted variations
1#0F1D24
2#101C23
3#111C22
4#131C20
5#141B1F
6#151B1E
7#161B1D
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACC #AACCDF | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CE | Disabled statesSecondary iconsMuted text |
| 500 | 599C #599CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7F #3E7FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3165 #316581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2348 #23485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F8FB;
--black-100: #E5F0F5;
--black-200: #CFE2ED;
--black-300: #AACCDF;
--black-400: #7EB2CE;
--black-500: #599CC0;
--black-600: #3E7FA3;
--black-700: #316581;
--black-800: #23485C;
--black-900: #162E3B;
--black-950: #0E1D25;
}