Navy
#0D1345
BlueColor Codes
All color formats for development
HEX
#0D1345RGB
rgb(13, 19, 69)HSL
hsl(234, 68%, 16%)OKLCH
oklch(0.221 0.093 271.1)CMYK
cmyk(81%, 72%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C113E
2#0A0F37
3#090D30
4#080B29
5#070922
6#05071B
7#040615
8#03040E
9#010207
Tints
Lighter variations
1#141C69
2#1B268D
3#2230B1
4#283AD4
5#4B5ADD
6#6F7BE4
7#939CEA
8#B7BDF1
9#DBDEF8
Tones
Muted variations
1#101542
2#13173F
3#15193C
4#181B39
5#1B1E37
6#1E2034
7#202231
8#23242E
9#26272C
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 | C7CC #C7CCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA4 #9CA4EC | BordersInactive statesPlaceholder text |
| 400 | 6975 #6975E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E4E #3E4EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2433 #2433BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D29 #1D2996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141D #141D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | 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: #E1E3F9;
--navy-200: #C7CCF4;
--navy-300: #9CA4EC;
--navy-400: #6975E2;
--navy-500: #3E4EDA;
--navy-600: #2433BC;
--navy-700: #1D2996;
--navy-800: #141D6B;
--navy-900: #0D1345;
--navy-950: #080C2B;
}