Navy
#062179
BlueColor Codes
All color formats for development
HEX
#062179RGB
rgb(6, 33, 121)HSL
hsl(226, 91%, 25%)OKLCH
oklch(0.304 0.151 264.5)CMYK
cmyk(95%, 73%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051E6E
2#051A61
3#041755
4#031449
5#03103D
6#020D31
7#020A25
8#010718
9#01030C
Tints
Lighter variations
1#072B9E
2#0934C3
3#0B3EE7
4#2455F5
5#4871F6
6#6D8DF8
7#91AAFA
8#B6C6FC
9#DAE3FD
Tones
Muted variations
1#0C2474
2#11276E
3#172A68
4#1D2D63
5#23305D
6#293357
7#2E3651
8#343A4B
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA8 #8FA8FA | BordersInactive statesPlaceholder text |
| 400 | 557A #557AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2455 #2455F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3A #0A3AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082E #082EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #06217A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE4FD;
--navy-200: #C0CEFC;
--navy-300: #8FA8FA;
--navy-400: #557AF7;
--navy-500: #2455F5;
--navy-600: #0A3AD6;
--navy-700: #082EAA;
--navy-800: #06217A;
--navy-900: #04154E;
--navy-950: #020D31;
}