Navy
#0D1045
BlueColor Codes
All color formats for development
HEX
#0D1045RGB
rgb(13, 16, 69)HSL
hsl(237, 68%, 16%)OKLCH
oklch(0.215 0.097 272.4)CMYK
cmyk(81%, 77%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0E3E
2#0A0D37
3#090B30
4#080929
5#070822
6#05061B
7#040515
8#03030E
9#010207
Tints
Lighter variations
1#141869
2#1B208D
3#2229B1
4#2831D4
5#4B52DD
6#6F75E4
7#9397EA
8#B7BAF1
9#DBDCF8
Tones
Muted variations
1#101242
2#13153F
3#15173C
4#181A39
5#1B1C37
6#1E1F34
7#202131
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 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0EC | BordersInactive statesPlaceholder text |
| 400 | 696F #696FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E46 #3E46DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242C #242CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D23 #1D2396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1419 #14196B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | 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: #E1E2F9;
--navy-200: #C7CAF4;
--navy-300: #9CA0EC;
--navy-400: #696FE2;
--navy-500: #3E46DA;
--navy-600: #242CBC;
--navy-700: #1D2396;
--navy-800: #14196B;
--navy-900: #0D1045;
--navy-950: #080A2B;
}