Navy
#03177D
BlueColor Codes
All color formats for development
HEX
#03177DRGB
rgb(3, 23, 125)HSL
hsl(230, 95%, 25%)OKLCH
oklch(0.292 0.168 264.8)CMYK
cmyk(98%, 82%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031570
2#031363
3#021057
4#020E4B
5#020C3E
6#010932
7#010725
8#010519
9#00020C
Tints
Lighter variations
1#041EA2
2#0525C7
3#062CEC
4#1F44F9
5#4563FA
6#6A82FB
7#8FA1FC
8#B4C1FD
9#DAE0FE
Tones
Muted variations
1#091B76
2#0F1F70
3#15236A
4#1B2864
5#212C5E
6#283058
7#2E3452
8#34384C
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9F #8D9FFC | BordersInactive statesPlaceholder text |
| 400 | 516D #516DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F44 #1F44F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0629 #0629DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0421 #0421AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE2FE;
--navy-200: #BEC9FD;
--navy-300: #8D9FFC;
--navy-400: #516DFB;
--navy-500: #1F44F9;
--navy-600: #0629DB;
--navy-700: #0421AE;
--navy-800: #03177C;
--navy-900: #020F50;
--navy-950: #010932;
}