Navy
#062C7A
BlueColor Codes
All color formats for development
HEX
#062C7ARGB
rgb(6, 44, 122)HSL
hsl(220, 91%, 25%)OKLCH
oklch(0.327 0.139 262.3)CMYK
cmyk(95%, 64%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05286E
2#052461
3#041F55
4#031B49
5#03163D
6#021231
7#020D25
8#010918
9#01040C
Tints
Lighter variations
1#073A9E
2#0947C3
3#0B54E7
4#2469F5
5#4882F6
6#6D9BF8
7#91B4FA
8#B6CDFC
9#DAE6FD
Tones
Muted variations
1#0C2E74
2#11306E
3#173268
4#1D3463
5#23365D
6#293857
7#2E3A51
8#343C4B
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D4 #C0D4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB3 #8FB3FA | BordersInactive statesPlaceholder text |
| 400 | 558B #558BF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2469 #2469F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A4E #0A4ED6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 083E #083EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062C #062C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041C #041C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE8FD;
--navy-200: #C0D4FC;
--navy-300: #8FB3FA;
--navy-400: #558BF7;
--navy-500: #2469F5;
--navy-600: #0A4ED6;
--navy-700: #083EAA;
--navy-800: #062C7A;
--navy-900: #041C4E;
--navy-950: #021231;
}