Navy
#03287C
BlueColor Codes
All color formats for development
HEX
#03287CRGB
rgb(3, 40, 124)HSL
hsl(222, 95%, 25%)OKLCH
oklch(0.32 0.148 262.7)CMYK
cmyk(98%, 68%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032470
2#032063
3#021C57
4#02184B
5#02143E
6#011032
7#010C25
8#010819
9#00040C
Tints
Lighter variations
1#0433A2
2#053FC7
3#064BEC
4#1F61F9
5#457BFA
6#6A95FB
7#8FB0FC
8#B4CAFD
9#DAE5FE
Tones
Muted variations
1#092A76
2#0F2C70
3#152F6A
4#1B3164
5#21345E
6#283658
7#2E3852
8#343B4C
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED1 #BED1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFC | BordersInactive statesPlaceholder text |
| 400 | 5184 #5184FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F61 #1F61F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0646 #0646DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0437 #0437AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0328 #03287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #021950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FE;
--navy-200: #BED1FD;
--navy-300: #8DAEFC;
--navy-400: #5184FB;
--navy-500: #1F61F9;
--navy-600: #0646DB;
--navy-700: #0437AE;
--navy-800: #03287C;
--navy-900: #021950;
--navy-950: #011032;
}