Navy
#0E1071
BlueColor Codes
All color formats for development
HEX
#0E1071RGB
rgb(14, 16, 113)HSL
hsl(239, 78%, 25%)OKLCH
oklch(0.271 0.157 268.8)CMYK
cmyk(88%, 86%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0E66
2#0B0D5B
3#0A0B4F
4#080944
5#070839
6#06062D
7#040522
8#030317
9#01020B
Tints
Lighter variations
1#121494
2#1619B6
3#1B1ED8
4#3336E6
5#5557EA
6#7779EE
7#999AF2
8#BBBCF7
9#DDDDFB
Tones
Muted variations
1#13146D
2#181968
3#1D1E63
4#22235E
5#272859
6#2C2D54
7#31314F
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 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C5F8;
--navy-300: #9798F2;
--navy-400: #6062EB;
--navy-500: #3336E6;
--navy-600: #191CC8;
--navy-700: #14169F;
--navy-800: #0E1071;
--navy-900: #090A49;
--navy-950: #06062D;
}