Navy
#032B7D
BlueColor Codes
All color formats for development
HEX
#032B7DRGB
rgb(3, 43, 125)HSL
hsl(220, 95%, 25%)OKLCH
oklch(0.327 0.145 262.2)CMYK
cmyk(98%, 66%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032770
2#032363
3#021E57
4#021A4B
5#02163E
6#011132
7#010D25
8#010919
9#00040C
Tints
Lighter variations
1#0439A2
2#0546C7
3#0653EC
4#1F68F9
5#4581FA
6#6A9AFB
7#8FB3FC
8#B4CDFD
9#DAE6FE
Tones
Muted variations
1#092E76
2#0F3070
3#15326A
4#1B3464
5#21365E
6#283858
7#2E3A52
8#343C4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED3 #BED3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB2 #8DB2FC | BordersInactive statesPlaceholder text |
| 400 | 5189 #5189FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F68 #1F68F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 064D #064DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043D #043DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032C #032C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021C #021C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DCE7FE;
--navy-200: #BED3FD;
--navy-300: #8DB2FC;
--navy-400: #5189FB;
--navy-500: #1F68F9;
--navy-600: #064DDB;
--navy-700: #043DAE;
--navy-800: #032C7C;
--navy-900: #021C50;
--navy-950: #011132;
}