Navy
#1118A2
BlueColor Codes
All color formats for development
HEX
#1118A2RGB
rgb(17, 24, 162)HSL
hsl(237, 81%, 35%)OKLCH
oklch(0.344 0.208 267.1)CMYK
cmyk(90%, 85%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1691
2#0E1381
3#0C1171
4#0A0F61
5#080C51
6#070A41
7#050730
8#030520
9#020210
Tints
Lighter variations
1#141DC0
2#1721DE
3#2D36E9
4#4B53EC
5#6970EF
6#878CF2
7#A5A9F6
8#C3C6F9
9#E1E2FC
Tones
Muted variations
1#181F9A
2#1F2593
3#272C8C
4#2E3285
5#35397D
6#3C3F76
7#44466F
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 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF4 | BordersInactive statesPlaceholder text |
| 400 | 5D65 #5D65EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F39 #2F39E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151E #151ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1118 #1118A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C11 #0C1173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DFE0FC;
--navy-200: #C3C6F9;
--navy-300: #959AF4;
--navy-400: #5D65EE;
--navy-500: #2F39E9;
--navy-600: #151ECB;
--navy-700: #1118A2;
--navy-800: #0C1173;
--navy-900: #080B4A;
--navy-950: #05072E;
}