Navy
#051F7A
BlueColor Codes
All color formats for development
HEX
#051F7ARGB
rgb(5, 31, 122)HSL
hsl(227, 92%, 25%)OKLCH
oklch(0.301 0.155 264.6)CMYK
cmyk(96%, 75%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051B6E
2#041862
3#041556
4#031249
5#030F3D
6#020C31
7#020925
8#010618
9#01030C
Tints
Lighter variations
1#07289F
2#0831C4
3#0A3AE9
4#2350F6
5#476EF7
6#6C8BF9
7#91A8FA
8#B6C5FC
9#DAE2FD
Tones
Muted variations
1#0B2275
2#11256F
3#172869
4#1D2C63
5#222F5D
6#283257
7#2E3651
8#34394B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA6 #8EA6FA | BordersInactive statesPlaceholder text |
| 400 | 5477 #5477F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2350 #2350F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0936 #0936D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072B #072BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051F #051F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0314 #03144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE4FE;
--navy-200: #BFCDFC;
--navy-300: #8EA6FA;
--navy-400: #5477F8;
--navy-500: #2350F6;
--navy-600: #0936D7;
--navy-700: #072BAB;
--navy-800: #051F7A;
--navy-900: #03144E;
--navy-950: #020C31;
}