Navy
#0E2A71
BlueColor Codes
All color formats for development
HEX
#0E2A71RGB
rgb(14, 42, 113)HSL
hsl(223, 78%, 25%)OKLCH
oklch(0.316 0.127 264)CMYK
cmyk(88%, 63%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2666
2#0B225B
3#0A1E4F
4#081944
5#071539
6#06112D
7#040D22
8#030817
9#01040B
Tints
Lighter variations
1#123794
2#1644B6
3#1B50D8
4#3365E6
5#557FEA
6#7799EE
7#99B2F2
8#BBCCF7
9#DDE5FB
Tones
Muted variations
1#132C6D
2#182F68
3#1D3163
4#22335E
5#273559
6#2C3754
7#31394F
8#363B4A
9#3B3E45
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 | C4D3 #C4D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B1 #97B1F2 | BordersInactive statesPlaceholder text |
| 400 | 6088 #6088EB | Disabled statesSecondary iconsMuted text |
| 500 | 3365 #3365E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194A #194AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143B #143B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2A #0E2A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091B #091B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0611 #06112D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE7FB;
--navy-200: #C4D3F8;
--navy-300: #97B1F2;
--navy-400: #6088EB;
--navy-500: #3365E6;
--navy-600: #194AC8;
--navy-700: #143B9F;
--navy-800: #0E2A71;
--navy-900: #091B49;
--navy-950: #06112D;
}