Navy
#1217A1
BlueColor Codes
All color formats for development
HEX
#1217A1RGB
rgb(18, 23, 161)HSL
hsl(238, 80%, 35%)OKLCH
oklch(0.342 0.207 267.3)CMYK
cmyk(89%, 86%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101491
2#0E1281
3#0C1070
4#0B0E60
5#090B50
6#070940
7#050730
8#040520
9#020210
Tints
Lighter variations
1#151BBE
2#181FDC
3#2E34E8
4#4C51EB
5#6A6EEE
6#888BF2
7#A5A8F5
8#C3C5F8
9#E1E2FC
Tones
Muted variations
1#191D9A
2#202492
3#272B8B
4#2E3184
5#36387D
6#3D3F76
7#44456F
8#4B4C68
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9599 #9599F3 | BordersInactive statesPlaceholder text |
| 400 | 5E63 #5E63ED | Disabled statesSecondary iconsMuted text |
| 500 | 3037 #3037E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161C #161CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1217 #1217A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D10 #0D1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A49 | 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: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C3C5F8;
--navy-300: #9599F3;
--navy-400: #5E63ED;
--navy-500: #3037E8;
--navy-600: #161CCA;
--navy-700: #1217A1;
--navy-800: #0D1073;
--navy-900: #080A49;
--navy-950: #05062E;
}