Black
#0E1125
BlueColor Codes
All color formats for development
HEX
#0E1125RGB
rgb(14, 17, 37)HSL
hsl(232, 45%, 10%)OKLCH
oklch(0.187 0.041 275.3)CMYK
cmyk(62%, 54%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0F21
2#0B0E1E
3#0A0C1A
4#080A16
5#070912
6#06070F
7#04050B
8#030307
9#010204
Tints
Lighter variations
1#1B2046
2#273068
3#343F89
4#414FAA
5#5966C0
6#7A85CD
7#9BA3D9
8#BCC2E6
9#DEE0F2
Tones
Muted variations
1#0F1224
2#101323
3#111422
4#131420
5#14151F
6#15161E
7#16171D
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB1 #AAB1DF | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CE | Disabled statesSecondary iconsMuted text |
| 500 | 5966 #5966C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4B #3E4BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313C #313C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232B #232B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FB;
--black-100: #E5E7F5;
--black-200: #CFD3ED;
--black-300: #AAB1DF;
--black-400: #7E88CE;
--black-500: #5966C0;
--black-600: #3E4BA3;
--black-700: #313C81;
--black-800: #232B5C;
--black-900: #161B3B;
--black-950: #0E1125;
}