Navy
#120FA3
BlueColor Codes
All color formats for development
HEX
#120FA3RGB
rgb(18, 15, 163)HSL
hsl(241, 83%, 35%)OKLCH
oklch(0.338 0.214 267.4)CMYK
cmyk(89%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100E93
2#0E0C83
3#0C0B72
4#0B0962
5#090852
6#070641
7#050531
8#040321
9#020210
Tints
Lighter variations
1#1512C2
2#1815E0
3#2E2BEB
4#4C49EE
5#6A67F1
6#8886F4
7#A5A4F7
8#C3C2F9
9#E1E1FC
Tones
Muted variations
1#19179C
2#201E95
3#27258D
4#2E2D86
5#35347E
6#3D3C77
7#44436F
8#4B4A68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9594 #9594F5 | BordersInactive statesPlaceholder text |
| 400 | 5E5C #5E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 302D #302DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1613 #1613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120F #120FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C3C2F9;
--navy-300: #9594F5;
--navy-400: #5E5CF0;
--navy-500: #302DEB;
--navy-600: #1613CD;
--navy-700: #120FA3;
--navy-800: #0D0B75;
--navy-900: #08074B;
--navy-950: #05042F;
}