Navy
#062A7A
BlueColor Codes
All color formats for development
HEX
#062A7ARGB
rgb(6, 42, 122)HSL
hsl(221, 91%, 25%)OKLCH
oklch(0.323 0.142 262.8)CMYK
cmyk(95%, 66%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05266E
2#052261
3#041E55
4#031949
5#03153D
6#021131
7#020D25
8#010818
9#01040C
Tints
Lighter variations
1#07379E
2#0944C3
3#0B51E7
4#2466F5
5#487FF6
6#6D99F8
7#91B2FA
8#B6CCFC
9#DAE5FD
Tones
Muted variations
1#0C2D74
2#112F6E
3#173168
4#1D3363
5#23355D
6#293757
7#2E3951
8#343B4B
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB1 #8FB1FA | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2466 #2466F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A4B #0A4BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 083B #083BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062A #062A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FD;
--navy-200: #C0D3FC;
--navy-300: #8FB1FA;
--navy-400: #5588F7;
--navy-500: #2466F5;
--navy-600: #0A4BD6;
--navy-700: #083BAA;
--navy-800: #062A7A;
--navy-900: #041B4E;
--navy-950: #021131;
}