Navy
#082277
BlueColor Codes
All color formats for development
HEX
#082277RGB
rgb(8, 34, 119)HSL
hsl(226, 87%, 25%)OKLCH
oklch(0.304 0.147 264.8)CMYK
cmyk(93%, 71%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071F6B
2#071B5F
3#061853
4#051548
5#04113C
6#030E30
7#020A24
8#020718
9#01030C
Tints
Lighter variations
1#0B2C9B
2#0D37BF
3#1041E3
4#2857F0
5#4C73F3
6#708FF5
7#94ABF8
8#B7C7FA
9#DBE3FD
Tones
Muted variations
1#0E2572
2#13286C
3#192B67
4#1E2E61
5#24315B
6#2A3456
7#2F3750
8#353A4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F7 | BordersInactive statesPlaceholder text |
| 400 | 587C #587CF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2857 #2857F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F3C #0F3CD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C30 #0C30A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164C | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FD;
--navy-200: #C1CEFB;
--navy-300: #91A9F7;
--navy-400: #587CF3;
--navy-500: #2857F0;
--navy-600: #0F3CD2;
--navy-700: #0C30A7;
--navy-800: #082277;
--navy-900: #05164C;
--navy-950: #030E30;
}