Navy
#05207A
BlueColor Codes
All color formats for development
HEX
#05207ARGB
rgb(5, 32, 122)HSL
hsl(226, 92%, 25%)OKLCH
oklch(0.303 0.154 264.4)CMYK
cmyk(96%, 74%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051D6E
2#041A62
3#041756
4#031349
5#03103D
6#020D31
7#020A25
8#010618
9#01030C
Tints
Lighter variations
1#072A9F
2#0834C4
3#0A3EE9
4#2354F6
5#4770F7
6#6C8DF9
7#91A9FA
8#B6C6FC
9#DAE2FD
Tones
Muted variations
1#0B2475
2#11276F
3#172A69
4#1D2D63
5#22305D
6#283357
7#2E3651
8#34394B
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA8 #8EA8FA | BordersInactive statesPlaceholder text |
| 400 | 547A #547AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2354 #2354F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0939 #0939D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072D #072DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0520 #05207A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154E | 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: #DDE4FE;
--navy-200: #BFCEFC;
--navy-300: #8EA8FA;
--navy-400: #547AF8;
--navy-500: #2354F6;
--navy-600: #0939D7;
--navy-700: #072DAB;
--navy-800: #05207A;
--navy-900: #03154E;
--navy-950: #020D31;
}