Navy
#0D1E73
BlueColor Codes
All color formats for development
HEX
#0D1E73RGB
rgb(13, 30, 115)HSL
hsl(230, 80%, 25%)OKLCH
oklch(0.294 0.145 266.8)CMYK
cmyk(89%, 74%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1B67
2#0A185C
3#091550
4#081245
5#060F39
6#050C2E
7#040922
8#030617
9#01030B
Tints
Lighter variations
1#112795
2#1430B8
3#1839DA
4#304FE8
5#536CEC
6#758AF0
7#98A7F4
8#BAC4F7
9#DDE2FB
Tones
Muted variations
1#12216E
2#172569
3#1C2863
4#212B5E
5#262F59
6#2B3254
7#30364F
8#36394A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5E76 #5E76ED | Disabled statesSecondary iconsMuted text |
| 500 | 304F #304FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1634 #1634CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122A #122AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #081349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE4FB;
--navy-200: #C3CCF8;
--navy-300: #95A5F3;
--navy-400: #5E76ED;
--navy-500: #304FE8;
--navy-600: #1634CA;
--navy-700: #122AA1;
--navy-800: #0D1E73;
--navy-900: #081349;
--navy-950: #050C2E;
}