Black
#0E1025
BlueColor Codes
All color formats for development
HEX
#0E1025RGB
rgb(14, 16, 37)HSL
hsl(235, 45%, 10%)OKLCH
oklch(0.184 0.043 277.2)CMYK
cmyk(62%, 57%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0E21
2#0B0D1E
3#0A0B1A
4#080A16
5#070812
6#06060F
7#04050B
8#030307
9#010204
Tints
Lighter variations
1#1B1E46
2#272D68
3#343B89
4#4149AA
5#5961C0
6#7A81CD
7#9BA0D9
8#BCC0E6
9#DEDFF2
Tones
Muted variations
1#0F1124
2#101223
3#111322
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 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAE #AAAEDF | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CE | Disabled statesSecondary iconsMuted text |
| 500 | 5961 #5961C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E46 #3E46A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3138 #313881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2328 #23285C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F4FB;
--black-100: #E5E6F5;
--black-200: #CFD1ED;
--black-300: #AAAEDF;
--black-400: #7E84CE;
--black-500: #5961C0;
--black-600: #3E46A3;
--black-700: #313881;
--black-800: #23285C;
--black-900: #161A3B;
--black-950: #0E1025;
}