Navy
#081E78
BlueColor Codes
All color formats for development
HEX
#081E78RGB
rgb(8, 30, 120)HSL
hsl(228, 88%, 25%)OKLCH
oklch(0.298 0.153 265.4)CMYK
cmyk(93%, 75%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071B6C
2#061860
3#051554
4#051248
5#040F3C
6#030C30
7#020924
8#020618
9#01030C
Tints
Lighter variations
1#0A279C
2#0C30C0
3#0F39E4
4#2750F1
5#4B6DF4
6#6F8AF6
7#93A7F8
8#B7C5FA
9#DBE2FD
Tones
Muted variations
1#0D2172
2#13256D
3#182867
4#1E2C61
5#242F5C
6#293256
7#2F3651
8#35394B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CC #C1CCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A5 #91A5F8 | BordersInactive statesPlaceholder text |
| 400 | 5777 #5777F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2750 #2750F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D35 #0D35D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2A #0B2AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081E #081E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0513 #05134D | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DDE4FD;
--navy-200: #C1CCFB;
--navy-300: #91A5F8;
--navy-400: #5777F4;
--navy-500: #2750F1;
--navy-600: #0D35D3;
--navy-700: #0B2AA8;
--navy-800: #081E78;
--navy-900: #05134D;
--navy-950: #030C30;
}