Navy
#11276E
BlueColor Codes
All color formats for development
HEX
#11276ERGB
rgb(17, 39, 110)HSL
hsl(226, 73%, 25%)OKLCH
oklch(0.308 0.126 265.8)CMYK
cmyk(85%, 65%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2363
2#0E1F58
3#0C1B4D
4#0A1742
5#091337
6#07102C
7#050C21
8#030816
9#02040B
Tints
Lighter variations
1#16338F
2#1C3EB0
3#214AD2
4#3860E0
5#5A7AE5
6#7B95EA
7#9CAFF0
8#BDCAF5
9#DEE4FA
Tones
Muted variations
1#16296A
2#1B2C65
3#1F2E60
4#24315C
5#283357
6#2D3652
7#32384E
8#363B49
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAE #9AAEEF | BordersInactive statesPlaceholder text |
| 400 | 6583 #6583E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3860 #3860E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E45 #1E45C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1837 #18379A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1127 #11276E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B19 #0B1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E6FA;
--navy-200: #C6D1F6;
--navy-300: #9AAEEF;
--navy-400: #6583E7;
--navy-500: #3860E0;
--navy-600: #1E45C2;
--navy-700: #18379A;
--navy-800: #11276E;
--navy-900: #0B1947;
--navy-950: #07102C;
}