Navy
#050A4D
BlueColor Codes
All color formats for development
HEX
#050A4DRGB
rgb(5, 10, 77)HSL
hsl(236, 88%, 16%)OKLCH
oklch(0.21 0.118 267.5)CMYK
cmyk(94%, 87%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040945
2#04083D
3#030736
4#03062E
5#020526
6#02041F
7#010317
8#01020F
9#000108
Tints
Lighter variations
1#070F75
2#0A149D
3#0D19C6
4#0F1EEE
5#3642F2
6#5E68F5
7#868EF7
8#AEB3FA
9#D7D9FC
Tones
Muted variations
1#080D49
2#0C1046
3#101342
4#13163E
5#17193B
6#1A1C37
7#1E1F34
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE0FD;
--navy-200: #C1C5FB;
--navy-300: #9198F8;
--navy-400: #5762F4;
--navy-500: #2735F1;
--navy-600: #0D1BD3;
--navy-700: #0B15A8;
--navy-800: #080F78;
--navy-900: #050A4D;
--navy-950: #030630;
}