Navy
#0E1A71
BlueColor Codes
All color formats for development
HEX
#0E1A71RGB
rgb(14, 26, 113)HSL
hsl(233, 78%, 25%)OKLCH
oklch(0.285 0.147 267.8)CMYK
cmyk(88%, 77%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1766
2#0B155B
3#0A124F
4#080F44
5#070D39
6#060A2D
7#040822
8#030517
9#01030B
Tints
Lighter variations
1#122194
2#1629B6
3#1B31D8
4#3348E6
5#5566EA
6#7785EE
7#99A3F2
8#BBC2F7
9#DDE0FB
Tones
Muted variations
1#131D6D
2#182168
3#1D2563
4#22295E
5#272D59
6#2C3154
7#31344F
8#36384A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE2FB;
--navy-200: #C4CAF8;
--navy-300: #97A1F2;
--navy-400: #6070EB;
--navy-500: #3348E6;
--navy-600: #192DC8;
--navy-700: #14249F;
--navy-800: #0E1A71;
--navy-900: #091049;
--navy-950: #060A2D;
}