Navy
#0D1244
BlueColor Codes
All color formats for development
HEX
#0D1244RGB
rgb(13, 18, 68)HSL
hsl(235, 68%, 16%)OKLCH
oklch(0.218 0.093 271.6)CMYK
cmyk(81%, 74%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C103E
2#0A0E37
3#090C30
4#080B29
5#070922
6#05071B
7#040515
8#03040E
9#010207
Tints
Lighter variations
1#141B69
2#1B248D
3#222EB1
4#2837D4
5#4B57DD
6#6F79E4
7#939AEA
8#B7BCF1
9#DBDDF8
Tones
Muted variations
1#101442
2#13163F
3#15193C
4#181B39
5#1B1D37
6#1E2034
7#202231
8#23242E
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3EC | BordersInactive statesPlaceholder text |
| 400 | 6973 #6973E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E4B #3E4BDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2431 #2431BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D27 #1D2796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141C #141C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1245 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E3F9;
--navy-200: #C7CBF4;
--navy-300: #9CA3EC;
--navy-400: #6973E2;
--navy-500: #3E4BDA;
--navy-600: #2431BC;
--navy-700: #1D2796;
--navy-800: #141C6B;
--navy-900: #0D1245;
--navy-950: #080B2B;
}