Black
#0E072C
BlueColor Codes
All color formats for development
HEX
#0E072CRGB
rgb(14, 7, 44)HSL
hsl(251, 73%, 10%)OKLCH
oklch(0.169 0.071 284.9)CMYK
cmyk(68%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0628
2#0B0623
3#0A051F
4#08041A
5#070316
6#050312
7#04020D
8#030109
9#010104
Tints
Lighter variations
1#1A0D54
2#26137C
3#3319A3
4#3F20CB
5#5738E0
6#7960E6
7#9A88EC
8#BCB0F3
9#DDD7F9
Tones
Muted variations
1#0F092A
2#100B28
3#110C27
4#120E25
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 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC6 #CFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A99A #A99AEF | BordersInactive statesPlaceholder text |
| 400 | 7C65 #7C65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 5738 #5738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C1E #3C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3018 #30189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2211 #22116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 160B #160B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F2FD;
--black-100: #E5E0FA;
--black-200: #CFC6F6;
--black-300: #A99AEF;
--black-400: #7C65E7;
--black-500: #5738E0;
--black-600: #3C1EC2;
--black-700: #30189A;
--black-800: #22116E;
--black-900: #160B47;
--black-950: #0E072C;
}