Navy
#11286E
BlueColor Codes
All color formats for development
HEX
#11286ERGB
rgb(17, 40, 110)HSL
hsl(225, 73%, 25%)OKLCH
oklch(0.31 0.125 265.5)CMYK
cmyk(85%, 64%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2463
2#0E2058
3#0C1C4D
4#0A1842
5#091437
6#07102C
7#050C21
8#030816
9#02040B
Tints
Lighter variations
1#16358F
2#1C41B0
3#214DD2
4#3862E0
5#5A7CE5
6#7B97EA
7#9CB1F0
8#BDCBF5
9#DEE5FA
Tones
Muted variations
1#162B6A
2#1B2D65
3#1F2F60
4#24325C
5#283457
6#2D3652
7#32394E
8#363B49
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D2 #C6D2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAF #9AAFEF | BordersInactive statesPlaceholder text |
| 400 | 6585 #6585E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3862 #3862E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E47 #1E47C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1839 #18399A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1128 #11286E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1A #0B1A47 | 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: #F2F5FD;
--navy-100: #E0E7FA;
--navy-200: #C6D2F6;
--navy-300: #9AAFEF;
--navy-400: #6585E7;
--navy-500: #3862E0;
--navy-600: #1E47C2;
--navy-700: #18399A;
--navy-800: #11286E;
--navy-900: #0B1A47;
--navy-950: #07102C;
}