Black
#0E1525
BlueColor Codes
All color formats for development
HEX
#0E1525RGB
rgb(14, 21, 37)HSL
hsl(222, 45%, 10%)OKLCH
oklch(0.198 0.034 265.4)CMYK
cmyk(62%, 43%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1321
2#0B111E
3#0A0F1A
4#080D16
5#070A12
6#06080F
7#04060B
8#030407
9#010204
Tints
Lighter variations
1#1B2846
2#273B68
3#344D89
4#4160AA
5#5978C0
6#7A93CD
7#9BAED9
8#BCC9E6
9#DEE4F2
Tones
Muted variations
1#0F1524
2#101623
3#111622
4#131720
5#14171F
6#15181E
7#16181D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABA #AABADF | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CE | Disabled statesSecondary iconsMuted text |
| 500 | 5978 #5978C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5C #3E5CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3149 #314981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2334 #23345C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F6FB;
--black-100: #E5EAF5;
--black-200: #CFD8ED;
--black-300: #AABADF;
--black-400: #7E96CE;
--black-500: #5978C0;
--black-600: #3E5CA3;
--black-700: #314981;
--black-800: #23345C;
--black-900: #16213B;
--black-950: #0E1525;
}