Navy
#0E2471
BlueColor Codes
All color formats for development
HEX
#0E2471RGB
rgb(14, 36, 113)HSL
hsl(227, 78%, 25%)OKLCH
oklch(0.303 0.135 265.8)CMYK
cmyk(88%, 68%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2066
2#0B1C5B
3#0A194F
4#081544
5#071239
6#060E2D
7#040B22
8#030717
9#01040B
Tints
Lighter variations
1#122E94
2#1639B6
3#1B44D8
4#335AE6
5#5575EA
6#7791EE
7#99ACF2
8#BBC8F7
9#DDE3FB
Tones
Muted variations
1#13266D
2#182968
3#1D2C63
4#222F5E
5#273259
6#2C3454
7#31374F
8#363A4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE5FB;
--navy-200: #C4CFF8;
--navy-300: #97AAF2;
--navy-400: #607EEB;
--navy-500: #335AE6;
--navy-600: #193FC8;
--navy-700: #14329F;
--navy-800: #0E2471;
--navy-900: #091749;
--navy-950: #060E2D;
}