Navy
#03114E
BlueColor Codes
All color formats for development
HEX
#03114ERGB
rgb(3, 17, 78)HSL
hsl(229, 93%, 16%)OKLCH
oklch(0.222 0.112 265.1)CMYK
cmyk(96%, 78%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030F47
2#020D3F
3#020C37
4#020A2F
5#010827
6#01071F
7#010518
8#010310
9#000208
Tints
Lighter variations
1#041A78
2#0622A1
3#072BCB
4#0934F4
5#3055F8
6#5A77F9
7#8399FB
8#ACBBFC
9#D6DDFE
Tones
Muted variations
1#07134B
2#0A1647
3#0E1843
4#121A40
5#161D3C
6#1A1F38
7#1D2234
8#212430
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FB | BordersInactive statesPlaceholder text |
| 400 | 5371 #5371F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2249 #2249F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082E #082ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0625 #0625AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE3FE;
--navy-200: #BFCAFD;
--navy-300: #8EA2FB;
--navy-400: #5371F9;
--navy-500: #2249F7;
--navy-600: #082ED9;
--navy-700: #0625AC;
--navy-800: #041A7B;
--navy-900: #03114F;
--navy-950: #020A31;
}