Black
#0E1225
BlueColor Codes
All color formats for development
HEX
#0E1225RGB
rgb(14, 18, 37)HSL
hsl(230, 45%, 10%)OKLCH
oklch(0.189 0.039 273.1)CMYK
cmyk(62%, 51%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1021
2#0B0E1E
3#0A0C1A
4#080B16
5#070912
6#06070F
7#04050B
8#030407
9#010204
Tints
Lighter variations
1#1B2246
2#273268
3#344289
4#4152AA
5#596AC0
6#7A88CD
7#9BA5D9
8#BCC3E6
9#DEE1F2
Tones
Muted variations
1#0F1324
2#101323
3#111422
4#131520
5#14161F
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 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB3 #AAB3DF | BordersInactive statesPlaceholder text |
| 400 | 7E8B #7E8BCE | Disabled statesSecondary iconsMuted text |
| 500 | 596A #596AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4F #3E4FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313E #313E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232D #232D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FB;
--black-100: #E5E8F5;
--black-200: #CFD4ED;
--black-300: #AAB3DF;
--black-400: #7E8BCE;
--black-500: #596AC0;
--black-600: #3E4FA3;
--black-700: #313E81;
--black-800: #232D5C;
--black-900: #161D3B;
--black-950: #0E1225;
}