Navy
#111B6E
BlueColor Codes
All color formats for development
HEX
#111B6ERGB
rgb(17, 27, 110)HSL
hsl(234, 73%, 25%)OKLCH
oklch(0.285 0.141 268.8)CMYK
cmyk(85%, 75%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1863
2#0E1558
3#0C134D
4#0A1042
5#090D37
6#070B2C
7#050821
8#030516
9#02030B
Tints
Lighter variations
1#16228F
2#1C2AB0
3#2132D2
4#3849E0
5#5A68E5
6#7B86EA
7#9CA4F0
8#BDC2F5
9#DEE1FA
Tones
Muted variations
1#161E6A
2#1B2265
3#1F2660
4#24295C
5#282D57
6#2D3152
7#32354E
8#363849
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA2 #9AA2EF | BordersInactive statesPlaceholder text |
| 400 | 6572 #6572E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3849 #3849E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2F #1E2FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1825 #18259A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111B #111B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B11 #0B1147 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E3FA;
--navy-200: #C6CAF6;
--navy-300: #9AA2EF;
--navy-400: #6572E7;
--navy-500: #3849E0;
--navy-600: #1E2FC2;
--navy-700: #18259A;
--navy-800: #111B6E;
--navy-900: #0B1147;
--navy-950: #070B2C;
}