Black
#0B042F
BlueColor Codes
All color formats for development
HEX
#0B042FRGB
rgb(11, 4, 47)HSL
hsl(250, 84%, 10%)OKLCH
oklch(0.163 0.082 281.2)CMYK
cmyk(77%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A042A
2#090326
3#080321
4#07021C
5#060217
6#040213
7#03010E
8#020109
9#010005
Tints
Lighter variations
1#150859
2#1F0B83
3#2A0FAE
4#3413D8
5#4C2CED
6#7056F0
7#9480F4
8#B7ABF8
9#DBD5FB
Tones
Muted variations
1#0D062D
2#0E082B
3#100B28
4#110D26
5#120F24
6#141122
7#151320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC2 #CBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A493 #A493F6 | BordersInactive statesPlaceholder text |
| 400 | 745B #745BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 4C2C #4C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3112 #3112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270E #270EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0A #1C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F1FE;
--black-100: #E3DEFC;
--black-200: #CBC2FA;
--black-300: #A493F6;
--black-400: #745BF1;
--black-500: #4C2CED;
--black-600: #3112CE;
--black-700: #270EA4;
--black-800: #1C0A75;
--black-900: #12074B;
--black-950: #0B042F;
}