Navy
#0E1671
BlueColor Codes
All color formats for development
HEX
#0E1671RGB
rgb(14, 22, 113)HSL
hsl(235, 78%, 25%)OKLCH
oklch(0.279 0.151 268.3)CMYK
cmyk(88%, 81%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1466
2#0B125B
3#0A104F
4#080D44
5#070B39
6#06092D
7#040722
8#030417
9#01020B
Tints
Lighter variations
1#121D94
2#1624B6
3#1B2AD8
4#3342E6
5#5561EA
6#7781EE
7#99A0F2
8#BBC0F7
9#DDDFFB
Tones
Muted variations
1#131A6D
2#181F68
3#1D2363
4#22275E
5#272B59
6#2C2F54
7#31334F
8#36374A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979E #979EF2 | BordersInactive statesPlaceholder text |
| 400 | 606C #606CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3342 #3342E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1927 #1927C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141F #141F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E16 #0E1671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE2FB;
--navy-200: #C4C8F8;
--navy-300: #979EF2;
--navy-400: #606CEB;
--navy-500: #3342E6;
--navy-600: #1927C8;
--navy-700: #141F9F;
--navy-800: #0E1671;
--navy-900: #090E49;
--navy-950: #06092D;
}