Navy
#0D1144
BlueColor Codes
All color formats for development
HEX
#0D1144RGB
rgb(13, 17, 68)HSL
hsl(236, 68%, 16%)OKLCH
oklch(0.216 0.094 272.1)CMYK
cmyk(81%, 75%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0F3E
2#0A0D37
3#090C30
4#080A29
5#070822
6#05071B
7#040515
8#03030E
9#010207
Tints
Lighter variations
1#141A69
2#1B228D
3#222BB1
4#2834D4
5#4B55DD
6#6F77E4
7#9399EA
8#B7BBF1
9#DBDDF8
Tones
Muted variations
1#101342
2#13163F
3#15183C
4#181A39
5#1B1D37
6#1E1F34
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 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA2 #9CA2EC | BordersInactive statesPlaceholder text |
| 400 | 6971 #6971E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E49 #3E49DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242E #242EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D25 #1D2596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141A #141A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E3F9;
--navy-200: #C7CAF4;
--navy-300: #9CA2EC;
--navy-400: #6971E2;
--navy-500: #3E49DA;
--navy-600: #242EBC;
--navy-700: #1D2596;
--navy-800: #141A6B;
--navy-900: #0D1145;
--navy-950: #080A2B;
}