Navy
#0D0849
BlueColor Codes
All color formats for development
HEX
#0D0849RGB
rgb(13, 8, 73)HSL
hsl(245, 80%, 16%)OKLCH
oklch(0.207 0.112 273.9)CMYK
cmyk(82%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0742
2#0B073B
3#0A0633
4#08052C
5#070425
6#05031D
7#040216
8#03020F
9#010107
Tints
Lighter variations
1#150C70
2#1C1197
3#2315BD
4#2A19E4
5#4C3EEA
6#7065EE
7#948BF2
8#B8B2F6
9#DBD8FB
Tones
Muted variations
1#100B46
2#130F43
3#161240
4#18153C
5#1B1839
6#1E1C36
7#211F33
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 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C3 #C8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F3 | BordersInactive statesPlaceholder text |
| 400 | 6A5E #6A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4030 #4030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2516 #2516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E12 #1E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150D #150D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E08 #0E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C8C3F8;
--navy-300: #9D95F3;
--navy-400: #6A5EED;
--navy-500: #4030E8;
--navy-600: #2516CA;
--navy-700: #1E12A1;
--navy-800: #150D73;
--navy-900: #0E0849;
--navy-950: #08052E;
}