Navy
#0E1171
BlueColor Codes
All color formats for development
HEX
#0E1171RGB
rgb(14, 17, 113)HSL
hsl(238, 78%, 25%)OKLCH
oklch(0.272 0.156 268.8)CMYK
cmyk(88%, 85%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1066
2#0B0E5B
3#0A0C4F
4#080A44
5#070939
6#06072D
7#040522
8#030317
9#01020B
Tints
Lighter variations
1#121794
2#161CB6
3#1B21D8
4#3339E6
5#555AEA
6#777BEE
7#999CF2
8#BBBDF7
9#DDDEFB
Tones
Muted variations
1#13166D
2#181B68
3#1D1F63
4#22245E
5#272959
6#2C2D54
7#31324F
8#36364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C6F8;
--navy-300: #979AF2;
--navy-400: #6065EB;
--navy-500: #3339E6;
--navy-600: #191FC8;
--navy-700: #14189F;
--navy-800: #0E1171;
--navy-900: #090B49;
--navy-950: #06072D;
}