Navy
#03084E
BlueColor Codes
All color formats for development
HEX
#03084ERGB
rgb(3, 8, 78)HSL
hsl(236, 93%, 16%)OKLCH
oklch(0.207 0.122 266.3)CMYK
cmyk(96%, 90%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030747
2#02063F
3#020637
4#02052F
5#010427
6#01031F
7#010218
8#010210
9#000108
Tints
Lighter variations
1#040C78
2#0610A1
3#0714CB
4#0919F4
5#303EF8
6#5A64F9
7#838BFB
8#ACB2FC
9#D6D8FE
Tones
Muted variations
1#070B4B
2#0A0E47
3#0E1243
4#121540
5#16183C
6#1A1C38
7#1D1F34
8#212230
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E95 #8E95FB | BordersInactive statesPlaceholder text |
| 400 | 535E #535EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2230 #2230F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0816 #0816D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0611 #0611AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC3FD;
--navy-300: #8E95FB;
--navy-400: #535EF9;
--navy-500: #2230F7;
--navy-600: #0816D9;
--navy-700: #0611AC;
--navy-800: #040C7B;
--navy-900: #03084F;
--navy-950: #020531;
}