Navy
#1116A2
BlueColor Codes
All color formats for development
HEX
#1116A2RGB
rgb(17, 22, 162)HSL
hsl(238, 81%, 35%)OKLCH
oklch(0.342 0.209 267.1)CMYK
cmyk(90%, 86%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1491
2#0E1181
3#0C0F71
4#0A0D61
5#080B51
6#070941
7#050730
8#030420
9#020210
Tints
Lighter variations
1#141AC0
2#171EDE
3#2D33E9
4#4B50EC
5#696DEF
6#878BF2
7#A5A8F6
8#C3C5F9
9#E1E2FC
Tones
Muted variations
1#181D9A
2#1F2393
3#272A8C
4#2E3185
5#35387D
6#3C3E76
7#44456F
8#4B4C68
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9598 #9598F4 | BordersInactive statesPlaceholder text |
| 400 | 5D62 #5D62EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F35 #2F35E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151B #151BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1116 #1116A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C10 #0C1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DFE0FC;
--navy-200: #C3C5F9;
--navy-300: #9598F4;
--navy-400: #5D62EE;
--navy-500: #2F35E9;
--navy-600: #151BCB;
--navy-700: #1116A2;
--navy-800: #0C1073;
--navy-900: #080A4A;
--navy-950: #05062E;
}