Navy
#03104E
BlueColor Codes
All color formats for development
HEX
#03104ERGB
rgb(3, 16, 78)HSL
hsl(230, 93%, 16%)OKLCH
oklch(0.22 0.114 265.3)CMYK
cmyk(96%, 79%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030E47
2#020C3F
3#020B37
4#02092F
5#010827
6#01061F
7#010518
8#010310
9#000208
Tints
Lighter variations
1#041878
2#0620A1
3#0728CB
4#0930F4
5#3051F8
6#5A74F9
7#8397FB
8#ACBAFC
9#D6DCFE
Tones
Muted variations
1#07124B
2#0A1547
3#0E1743
4#121A40
5#161C3C
6#1A1F38
7#1D2134
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 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FB | BordersInactive statesPlaceholder text |
| 400 | 536E #536EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2245 #2245F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082B #082BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0622 #0622AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104F | 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: #DDE2FE;
--navy-200: #BFC9FD;
--navy-300: #8EA0FB;
--navy-400: #536EF9;
--navy-500: #2245F7;
--navy-600: #082BD9;
--navy-700: #0622AC;
--navy-800: #04187B;
--navy-900: #03104F;
--navy-950: #020A31;
}