Black
#0E1825
BlueColor Codes
All color formats for development
HEX
#0E1825RGB
rgb(14, 24, 37)HSL
hsl(214, 45%, 10%)OKLCH
oklch(0.206 0.03 255.3)CMYK
cmyk(62%, 35%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1621
2#0B131E
3#0A111A
4#080E16
5#070C12
6#060A0F
7#04070B
8#030507
9#010204
Tints
Lighter variations
1#1B2E46
2#274368
3#345989
4#416EAA
5#5985C0
6#7A9ECD
7#9BB6D9
8#BCCEE6
9#DEE7F2
Tones
Muted variations
1#0F1824
2#101823
3#111822
4#131920
5#14191F
6#15191E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC1 #AAC1DF | BordersInactive statesPlaceholder text |
| 400 | 7EA0 #7EA0CE | Disabled statesSecondary iconsMuted text |
| 500 | 5985 #5985C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E69 #3E69A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3154 #315481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 233C #233C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E5ECF5;
--black-200: #CFDCED;
--black-300: #AAC1DF;
--black-400: #7EA0CE;
--black-500: #5985C0;
--black-600: #3E69A3;
--black-700: #315481;
--black-800: #233C5C;
--black-900: #16263B;
--black-950: #0E1825;
}