Black
#0E1325
BlueColor Codes
All color formats for development
HEX
#0E1325RGB
rgb(14, 19, 37)HSL
hsl(227, 45%, 10%)OKLCH
oklch(0.192 0.037 270.8)CMYK
cmyk(62%, 49%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1121
2#0B0F1E
3#0A0D1A
4#080B16
5#070912
6#06080F
7#04060B
8#030407
9#010204
Tints
Lighter variations
1#1B2446
2#273568
3#344689
4#4157AA
5#596FC0
6#7A8CCD
7#9BA9D9
8#BCC5E6
9#DEE2F2
Tones
Muted variations
1#0F1424
2#101423
3#111522
4#131620
5#14161F
6#15171E
7#16181D
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 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8F #7E8FCE | Disabled statesSecondary iconsMuted text |
| 500 | 596F #596FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E54 #3E54A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3142 #314281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F5FB;
--black-100: #E5E9F5;
--black-200: #CFD5ED;
--black-300: #AAB5DF;
--black-400: #7E8FCE;
--black-500: #596FC0;
--black-600: #3E54A3;
--black-700: #314281;
--black-800: #232F5C;
--black-900: #161E3B;
--black-950: #0E1325;
}