Navy
#081878
BlueColor Codes
All color formats for development
HEX
#081878RGB
rgb(8, 24, 120)HSL
hsl(231, 88%, 25%)OKLCH
oklch(0.288 0.159 266.1)CMYK
cmyk(93%, 80%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07166C
2#061460
3#051154
4#050F48
5#040C3C
6#030A30
7#020724
8#020518
9#01020C
Tints
Lighter variations
1#0A209C
2#0C27C0
3#0F2FE4
4#2746F1
5#4B64F4
6#6F83F6
7#93A2F8
8#B7C1FA
9#DBE0FD
Tones
Muted variations
1#0D1C72
2#13206D
3#182467
4#1E2861
5#242C5C
6#293056
7#2F3451
8#35384B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE2FD;
--navy-200: #C1C9FB;
--navy-300: #91A0F8;
--navy-400: #576FF4;
--navy-500: #2746F1;
--navy-600: #0D2BD3;
--navy-700: #0B22A8;
--navy-800: #081878;
--navy-900: #05104D;
--navy-950: #030A30;
}