Navy
#0A3075
BlueColor Codes
All color formats for development
HEX
#0A3075RGB
rgb(10, 48, 117)HSL
hsl(219, 84%, 25%)OKLCH
oklch(0.332 0.126 261.3)CMYK
cmyk(91%, 59%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092B6A
2#08265E
3#072152
4#061D46
5#05183B
6#04132F
7#030E23
8#020A17
9#01050C
Tints
Lighter variations
1#0D3E98
2#104CBC
3#135BDF
4#2C6FED
5#4F87F0
6#729FF3
7#95B7F6
8#B9CFF9
9#DCE7FC
Tones
Muted variations
1#103170
2#15336B
3#1A3565
4#203660
5#25385B
6#2A3955
7#303B50
8#353D4A
9#3A3E45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D5 #C2D5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B6 #93B6F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8F #5B8FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C6F #2C6FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1254 #1254CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E43 #0E43A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A30 #0A3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE9FC;
--navy-200: #C2D5FA;
--navy-300: #93B6F6;
--navy-400: #5B8FF1;
--navy-500: #2C6FED;
--navy-600: #1254CE;
--navy-700: #0E43A4;
--navy-800: #0A3075;
--navy-900: #071F4B;
--navy-950: #04132F;
}