Navy
#0511AD
BlueColor Codes
All color formats for development
HEX
#0511ADRGB
rgb(5, 17, 173)HSL
hsl(236, 94%, 35%)OKLCH
oklch(0.349 0.226 264.9)CMYK
cmyk(97%, 90%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#050F9C
2#040D8B
3#040C79
4#030A68
5#030857
6#020745
7#020534
8#010323
9#010211
Tints
Lighter variations
1#0614CD
2#0717ED
3#1E2CF8
4#3E4BF9
5#5E69FA
6#7E87FB
7#9FA5FC
8#BFC3FD
9#DFE1FE
Tones
Muted variations
1#0E18A5
2#161F9C
3#1F2694
4#272E8C
5#2F3583
6#383C7B
7#404372
8#484B6A
9#515262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D95 #8D95FB | BordersInactive statesPlaceholder text |
| 400 | 525D #525DFA | Disabled statesSecondary iconsMuted text |
| 500 | 202F #202FF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0715 #0715DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0511 #0511AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #02084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFE;
--navy-200: #BFC3FD;
--navy-300: #8D95FB;
--navy-400: #525DFA;
--navy-500: #202FF8;
--navy-600: #0715DA;
--navy-700: #0511AD;
--navy-800: #040C7C;
--navy-900: #02084F;
--navy-950: #020531;
}