Navy
#02177E
BlueColor Codes
All color formats for development
HEX
#02177ERGB
rgb(2, 23, 126)HSL
hsl(230, 97%, 25%)OKLCH
oklch(0.293 0.169 264.5)CMYK
cmyk(98%, 82%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021471
2#021264
3#011058
4#010E4B
5#010B3F
6#010932
7#010726
8#000519
9#00020D
Tints
Lighter variations
1#021DA3
2#0324C9
3#042BEF
4#1D42FC
5#4362FC
6#6881FD
7#8EA1FD
8#B4C0FE
9#D9E0FE
Tones
Muted variations
1#081B77
2#0E1F71
3#14236B
4#1B2765
5#212B5F
6#272F58
7#2D3352
8#33384C
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC8 #BEC8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B9E #8B9EFD | BordersInactive statesPlaceholder text |
| 400 | 4F6C #4F6CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D42 #1D42FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0328 #0328DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0320 #0320B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0217 #02177E | Text on light backgroundsHeadingsStrong borders |
| 900 | 010E #010E50 | 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: #F0F2FF;
--navy-100: #DCE2FE;
--navy-200: #BEC8FE;
--navy-300: #8B9EFD;
--navy-400: #4F6CFC;
--navy-500: #1D42FC;
--navy-600: #0328DD;
--navy-700: #0320B0;
--navy-800: #02177E;
--navy-900: #010E50;
--navy-950: #010932;
}