Navy
#051B7A
BlueColor Codes
All color formats for development
HEX
#051B7ARGB
rgb(5, 27, 122)HSL
hsl(229, 92%, 25%)OKLCH
oklch(0.294 0.16 265)CMYK
cmyk(96%, 78%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05186E
2#041562
3#041356
4#031049
5#030D3D
6#020B31
7#020825
8#010518
9#01030C
Tints
Lighter variations
1#07239F
2#082BC4
3#0A33E9
4#2349F6
5#4768F7
6#6C86F9
7#91A4FA
8#B6C2FC
9#DAE1FD
Tones
Muted variations
1#0B1E75
2#11226F
3#172669
4#1D2963
5#222D5D
6#283157
7#2E3551
8#34384B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FA | BordersInactive statesPlaceholder text |
| 400 | 5472 #5472F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2349 #2349F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 092F #092FD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0725 #0725AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051B #051B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE3FE;
--navy-200: #BFCBFC;
--navy-300: #8EA2FA;
--navy-400: #5472F8;
--navy-500: #2349F6;
--navy-600: #092FD7;
--navy-700: #0725AB;
--navy-800: #051B7A;
--navy-900: #03114E;
--navy-950: #020B31;
}