Navy
#0B084A
BlueColor Codes
All color formats for development
HEX
#0B084ARGB
rgb(11, 8, 74)HSL
hsl(243, 80%, 16%)OKLCH
oklch(0.207 0.114 272.2)CMYK
cmyk(85%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0742
2#09073B
3#080633
4#07052C
5#060425
6#05031D
7#030216
8#02020F
9#010107
Tints
Lighter variations
1#110C70
2#171197
3#1D15BD
4#2319E4
5#473EEA
6#6C65EE
7#908BF2
8#B5B2F6
9#DAD8FB
Tones
Muted variations
1#0E0B46
2#110F43
3#141240
4#17153C
5#1A1839
6#1D1C36
7#201F33
8#23222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F3 | BordersInactive statesPlaceholder text |
| 400 | 655E #655EED | Disabled statesSecondary iconsMuted text |
| 500 | 3A30 #3A30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F16 #1F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1912 #1912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C6C3F8;
--navy-300: #9A95F3;
--navy-400: #655EED;
--navy-500: #3A30E8;
--navy-600: #1F16CA;
--navy-700: #1912A1;
--navy-800: #120D73;
--navy-900: #0B0849;
--navy-950: #07052E;
}