Navy
#03174F
BlueColor Codes
All color formats for development
HEX
#03174FRGB
rgb(3, 23, 79)HSL
hsl(224, 93%, 16%)OKLCH
oklch(0.235 0.106 263.6)CMYK
cmyk(96%, 71%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031547
2#02123F
3#021037
4#020E2F
5#010C27
6#01091F
7#010718
8#010510
9#000208
Tints
Lighter variations
1#042378
2#062FA1
3#073BCB
4#0948F4
5#3065F8
6#5A84F9
7#83A3FB
8#ACC2FC
9#D6E0FE
Tones
Muted variations
1#07194B
2#0A1B47
3#0E1C43
4#121E40
5#16203C
6#1A2238
7#1D2334
8#212530
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCF #BFCFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAB #8EABFB | BordersInactive statesPlaceholder text |
| 400 | 537F #537FF9 | Disabled statesSecondary iconsMuted text |
| 500 | 225A #225AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0840 #0840D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0633 #0633AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0424 #04247B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0317 #03174F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE5FE;
--navy-200: #BFCFFD;
--navy-300: #8EABFB;
--navy-400: #537FF9;
--navy-500: #225AF7;
--navy-600: #0840D9;
--navy-700: #0633AC;
--navy-800: #04247B;
--navy-900: #03174F;
--navy-950: #020E31;
}