Navy
#120DA5
BlueColor Codes
All color formats for development
HEX
#120DA5RGB
rgb(18, 13, 165)HSL
hsl(242, 85%, 35%)OKLCH
oklch(0.339 0.217 267.4)CMYK
cmyk(89%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110C95
2#0F0B84
3#0D0974
4#0B0863
5#090753
6#070542
7#060432
8#040321
9#020111
Tints
Lighter variations
1#1610C4
2#1912E2
3#2F28EE
4#4D47F0
5#6A66F3
6#8884F5
7#A6A3F8
8#C4C2FA
9#E1E0FD
Tones
Muted variations
1#1A159E
2#211D96
3#28248E
4#2F2C87
5#36337F
6#3D3B78
7#444270
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 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9692 #9692F6 | BordersInactive statesPlaceholder text |
| 400 | 5F5A #5F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 312B #312BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1711 #1711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120D #120DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0A #0D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0806 #08064B | 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: #C4C2FA;
--navy-300: #9692F6;
--navy-400: #5F5AF2;
--navy-500: #312BEE;
--navy-600: #1711D0;
--navy-700: #120DA5;
--navy-800: #0D0A76;
--navy-900: #08064B;
--navy-950: #05042F;
}