Navy
#0E2971
BlueColor Codes
All color formats for development
HEX
#0E2971RGB
rgb(14, 41, 113)HSL
hsl(224, 78%, 25%)OKLCH
oklch(0.314 0.129 264.3)CMYK
cmyk(88%, 64%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2466
2#0B205B
3#0A1C4F
4#081844
5#071439
6#06102D
7#040C22
8#030817
9#01040B
Tints
Lighter variations
1#123594
2#1641B6
3#1B4DD8
4#3362E6
5#557DEA
6#7797EE
7#99B1F2
8#BBCBF7
9#DDE5FB
Tones
Muted variations
1#132B6D
2#182D68
3#1D3063
4#22325E
5#273459
6#2C3654
7#31394F
8#363B4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6085 #6085EB | Disabled statesSecondary iconsMuted text |
| 500 | 3362 #3362E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1947 #1947C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1439 #14399F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E29 #0E2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE7FB;
--navy-200: #C4D2F8;
--navy-300: #97AFF2;
--navy-400: #6085EB;
--navy-500: #3362E6;
--navy-600: #1947C8;
--navy-700: #14399F;
--navy-800: #0E2971;
--navy-900: #091A49;
--navy-950: #06102D;
}