Navy
#082278
BlueColor Codes
All color formats for development
HEX
#082278RGB
rgb(8, 34, 120)HSL
hsl(226, 88%, 25%)OKLCH
oklch(0.305 0.148 264.8)CMYK
cmyk(93%, 72%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071E6C
2#061B60
3#051854
4#051448
5#04113C
6#030E30
7#020A24
8#020718
9#01030C
Tints
Lighter variations
1#0A2C9C
2#0C36C0
3#0F40E4
4#2756F1
5#4B72F4
6#6F8FF6
7#93ABF8
8#B7C7FA
9#DBE3FD
Tones
Muted variations
1#0D2572
2#13286D
3#182B67
4#1E2E61
5#24315C
6#293456
7#2F3751
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 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F8 | BordersInactive statesPlaceholder text |
| 400 | 577C #577CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2756 #2756F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3C #0D3CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2F #0B2FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164D | 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: #DDE5FD;
--navy-200: #C1CEFB;
--navy-300: #91A9F8;
--navy-400: #577CF4;
--navy-500: #2756F1;
--navy-600: #0D3CD3;
--navy-700: #0B2FA8;
--navy-800: #082278;
--navy-900: #05164D;
--navy-950: #030E30;
}