Navy
#0712AB
BlueColor Codes
All color formats for development
HEX
#0712ABRGB
rgb(7, 18, 171)HSL
hsl(236, 92%, 35%)OKLCH
oklch(0.348 0.223 265.2)CMYK
cmyk(96%, 89%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06109A
2#060E89
3#050D78
4#040B67
5#040956
6#030745
7#020533
8#010422
9#010211
Tints
Lighter variations
1#0815CB
2#0A19EB
3#202EF6
4#404CF7
5#606AF8
6#8088FA
7#A0A6FB
8#BFC3FC
9#DFE1FE
Tones
Muted variations
1#0F19A3
2#18209B
3#202793
4#282F8B
5#303682
6#383D7A
7#414472
8#494B6A
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E96 #8E96FA | BordersInactive statesPlaceholder text |
| 400 | 545F #545FF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2331 #2331F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0917 #0917D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0712 #0712AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 050D #050D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC3FC;
--navy-300: #8E96FA;
--navy-400: #545FF8;
--navy-500: #2331F6;
--navy-600: #0917D7;
--navy-700: #0712AB;
--navy-800: #050D7A;
--navy-900: #03084E;
--navy-950: #020531;
}