Navy
#0D18A5
BlueColor Codes
All color formats for development
HEX
#0D18A5RGB
rgb(13, 24, 165)HSL
hsl(236, 85%, 35%)OKLCH
oklch(0.347 0.212 266.2)CMYK
cmyk(92%, 85%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1595
2#0B1384
3#091074
4#080E63
5#070C53
6#050942
7#040732
8#030521
9#010211
Tints
Lighter variations
1#101CC4
2#1220E2
3#2836EE
4#4752F0
5#666FF3
6#848CF5
7#A3A9F8
8#C2C5FA
9#E0E2FD
Tones
Muted variations
1#151E9E
2#1D2596
3#242B8E
4#2C3287
5#33387F
6#3B3F78
7#424670
8#4A4C68
9#525361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9299 #9299F6 | BordersInactive statesPlaceholder text |
| 400 | 5A64 #5A64F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B38 #2B38EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111E #111ED0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D18 #0D18A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060B #060B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C5FA;
--navy-300: #9299F6;
--navy-400: #5A64F2;
--navy-500: #2B38EE;
--navy-600: #111ED0;
--navy-700: #0D18A5;
--navy-800: #0A1176;
--navy-900: #060B4B;
--navy-950: #04072F;
}