Navy
#02317E
BlueColor Codes
All color formats for development
HEX
#02317ERGB
rgb(2, 49, 126)HSL
hsl(217, 97%, 25%)OKLCH
oklch(0.34 0.139 260.5)CMYK
cmyk(98%, 61%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022C71
2#022764
3#012358
4#011E4B
5#01193F
6#011432
7#010F26
8#000A19
9#00050D
Tints
Lighter variations
1#0240A3
2#034FC9
3#045EEF
4#1D72FC
5#438AFC
6#68A1FD
7#8EB9FD
8#B4D0FE
9#D9E8FE
Tones
Muted variations
1#083377
2#0E3471
3#14366B
4#1B3765
5#21395F
6#273A58
7#2D3B52
8#333D4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED6 #BED6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB7 #8BB7FD | BordersInactive statesPlaceholder text |
| 400 | 4F92 #4F92FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D72 #1D72FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0357 #0357DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0345 #0345B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0231 #02317E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0120 #012050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DCE9FE;
--navy-200: #BED6FE;
--navy-300: #8BB7FD;
--navy-400: #4F92FC;
--navy-500: #1D72FC;
--navy-600: #0357DD;
--navy-700: #0345B0;
--navy-800: #02317E;
--navy-900: #012050;
--navy-950: #011432;
}