Navy
#03094F
BlueColor Codes
All color formats for development
HEX
#03094FRGB
rgb(3, 9, 79)HSL
hsl(235, 93%, 16%)OKLCH
oklch(0.21 0.123 266.2)CMYK
cmyk(96%, 89%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030847
2#02073F
3#020637
4#02062F
5#010527
6#01041F
7#010318
8#010210
9#000108
Tints
Lighter variations
1#040E78
2#0613A1
3#0718CB
4#091CF4
5#3041F8
6#5A67F9
7#838DFB
8#ACB3FC
9#D6D9FE
Tones
Muted variations
1#070C4B
2#0A1047
3#0E1343
4#121640
5#16193C
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 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E97 #8E97FB | BordersInactive statesPlaceholder text |
| 400 | 5361 #5361F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2233 #2233F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0819 #0819D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0614 #0614AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0309 #03094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC4FD;
--navy-300: #8E97FB;
--navy-400: #5361F9;
--navy-500: #2233F7;
--navy-600: #0819D9;
--navy-700: #0614AC;
--navy-800: #040E7B;
--navy-900: #03094F;
--navy-950: #020631;
}