Navy
#0D1445
BlueColor Codes
All color formats for development
HEX
#0D1445RGB
rgb(13, 20, 69)HSL
hsl(233, 68%, 16%)OKLCH
oklch(0.223 0.092 270.6)CMYK
cmyk(81%, 71%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C123E
2#0A1037
3#090E30
4#080C29
5#070A22
6#05081B
7#040615
8#03040E
9#010207
Tints
Lighter variations
1#141E69
2#1B288D
3#2232B1
4#283DD4
5#4B5CDD
6#6F7DE4
7#939DEA
8#B7BEF1
9#DBDEF8
Tones
Muted variations
1#101642
2#13183F
3#151A3C
4#181C39
5#1B1E37
6#1E2034
7#202231
8#23252E
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA6 #9CA6EC | BordersInactive statesPlaceholder text |
| 400 | 6977 #6977E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E50 #3E50DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2436 #2436BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2B #1D2B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141F #141F6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D14 #0D1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E1E4F9;
--navy-200: #C7CDF4;
--navy-300: #9CA6EC;
--navy-400: #6977E2;
--navy-500: #3E50DA;
--navy-600: #2436BC;
--navy-700: #1D2B96;
--navy-800: #141F6B;
--navy-900: #0D1445;
--navy-950: #080C2B;
}