Navy
#11256E
BlueColor Codes
All color formats for development
HEX
#11256ERGB
rgb(17, 37, 110)HSL
hsl(227, 73%, 25%)OKLCH
oklch(0.303 0.129 266.4)CMYK
cmyk(85%, 66%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2263
2#0E1E58
3#0C1A4D
4#0A1642
5#091337
6#070F2C
7#050B21
8#030716
9#02040B
Tints
Lighter variations
1#16318F
2#1C3CB0
3#2147D2
4#385DE0
5#5A78E5
6#7B93EA
7#9CAEF0
8#BDC9F5
9#DEE4FA
Tones
Muted variations
1#16286A
2#1B2B65
3#1F2D60
4#24305C
5#283357
6#2D3552
7#32384E
8#363A49
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 | C6D0 #C6D0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAC #9AACEF | BordersInactive statesPlaceholder text |
| 400 | 6581 #6581E7 | Disabled statesSecondary iconsMuted text |
| 500 | 385D #385DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E42 #1E42C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1834 #18349A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1125 #11256E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B18 #0B1847 | Primary textHigh emphasis contentDark headings |
| 950 | 070F #070F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E6FA;
--navy-200: #C6D0F6;
--navy-300: #9AACEF;
--navy-400: #6581E7;
--navy-500: #385DE0;
--navy-600: #1E42C2;
--navy-700: #18349A;
--navy-800: #11256E;
--navy-900: #0B1847;
--navy-950: #070F2C;
}