Black
#0E062D
BlueColor Codes
All color formats for development
HEX
#0E062DRGB
rgb(14, 6, 45)HSL
hsl(252, 76%, 10%)OKLCH
oklch(0.168 0.074 285.1)CMYK
cmyk(69%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0628
2#0B0524
3#0A041F
4#08041B
5#070316
6#060212
7#04020D
8#030109
9#010104
Tints
Lighter variations
1#1A0C55
2#27117E
3#3317A6
4#401CCE
5#5835E3
6#795DE9
7#9B86EE
8#BCAEF4
9#DED7F9
Tones
Muted variations
1#0F082B
2#100A29
3#110C27
4#130E25
5#141023
6#151221
7#16141F
8#17161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC5 #CFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA98 #AA98F1 | BordersInactive statesPlaceholder text |
| 400 | 7D62 #7D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5835 #5835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D1B #3D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3115 #31159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230F #230F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 160A #160A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F2FD;
--black-100: #E5E0FB;
--black-200: #CFC5F7;
--black-300: #AA98F1;
--black-400: #7D62EA;
--black-500: #5835E3;
--black-600: #3D1BC5;
--black-700: #31159D;
--black-800: #230F70;
--black-900: #160A48;
--black-950: #0E062D;
}