Navy
#121BA1
BlueColor Codes
All color formats for development
HEX
#121BA1RGB
rgb(18, 27, 161)HSL
hsl(236, 80%, 35%)OKLCH
oklch(0.347 0.204 267.2)CMYK
cmyk(89%, 83%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101991
2#0E1681
3#0C1370
4#0B1060
5#090E50
6#070B40
7#050830
8#040520
9#020310
Tints
Lighter variations
1#1520BE
2#1826DC
3#2E3BE8
4#4C57EB
5#6A73EE
6#888FF2
7#A5ABF5
8#C3C7F8
9#E1E3FC
Tones
Muted variations
1#19229A
2#202892
3#272E8B
4#2E3484
5#363A7D
6#3D4076
7#44476F
8#4B4D68
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C3C7F8;
--navy-300: #959CF3;
--navy-400: #5E68ED;
--navy-500: #303DE8;
--navy-600: #1622CA;
--navy-700: #121BA1;
--navy-800: #0D1473;
--navy-900: #080D49;
--navy-950: #05082E;
}