Navy
#0707AB
BlueColor Codes
All color formats for development
HEX
#0707ABRGB
rgb(7, 7, 171)HSL
hsl(240, 92%, 35%)OKLCH
oklch(0.341 0.228 265.2)CMYK
cmyk(96%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06069A
2#060689
3#050578
4#040467
5#040456
6#030345
7#020233
8#010122
9#010111
Tints
Lighter variations
1#0808CB
2#0A0AEB
3#2020F6
4#4040F7
5#6060F8
6#8080FA
7#A0A0FB
8#BFBFFC
9#DFDFFE
Tones
Muted variations
1#0F0FA3
2#18189B
3#202093
4#28288B
5#303082
6#38387A
7#414172
8#49496A
9#515161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFA | BordersInactive statesPlaceholder text |
| 400 | 5454 #5454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2323 #2323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0909 #0909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0707 #0707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0505 #05057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FE;
--navy-100: #DDDDFE;
--navy-200: #BFBFFC;
--navy-300: #8E8EFA;
--navy-400: #5454F8;
--navy-500: #2323F6;
--navy-600: #0909D7;
--navy-700: #0707AB;
--navy-800: #05057A;
--navy-900: #03034E;
--navy-950: #020231;
}