Navy
#1219A1
BlueColor Codes
All color formats for development
HEX
#1219A1RGB
rgb(18, 25, 161)HSL
hsl(237, 80%, 35%)OKLCH
oklch(0.345 0.206 267.3)CMYK
cmyk(89%, 84%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101691
2#0E1481
3#0C1170
4#0B0F60
5#090C50
6#070A40
7#050730
8#040520
9#020210
Tints
Lighter variations
1#151EBE
2#1822DC
3#2E37E8
4#4C54EB
5#6A70EE
6#888DF2
7#A5A9F5
8#C3C6F8
9#E1E2FC
Tones
Muted variations
1#191F9A
2#202692
3#272C8B
4#2E3384
5#36397D
6#3D4076
7#44466F
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 | C3C6 #C3C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF3 | BordersInactive statesPlaceholder text |
| 400 | 5E65 #5E65ED | Disabled statesSecondary iconsMuted text |
| 500 | 303A #303AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161F #161FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1219 #1219A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B49 | 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: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C3C6F8;
--navy-300: #959AF3;
--navy-400: #5E65ED;
--navy-500: #303AE8;
--navy-600: #161FCA;
--navy-700: #1219A1;
--navy-800: #0D1273;
--navy-900: #080B49;
--navy-950: #05072E;
}