Black
#0F062D
BlueColor Codes
All color formats for development
HEX
#0F062DRGB
rgb(15, 6, 45)HSL
hsl(254, 76%, 10%)OKLCH
oklch(0.169 0.074 286.6)CMYK
cmyk(67%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0628
2#0C0524
3#0B041F
4#09041B
5#080316
6#060212
7#05020D
8#030109
9#020104
Tints
Lighter variations
1#1D0C55
2#2A117E
3#3817A6
4#461CCE
5#5E35E3
6#7E5DE9
7#9E86EE
8#BEAEF4
9#DFD7F9
Tones
Muted variations
1#10082B
2#110A29
3#120C27
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 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F2FD;
--black-100: #E6E0FB;
--black-200: #D0C5F7;
--black-300: #AD98F1;
--black-400: #8262EA;
--black-500: #5E35E3;
--black-600: #431BC5;
--black-700: #35159D;
--black-800: #260F70;
--black-900: #180A48;
--black-950: #0F062D;
}