Navy
#04094D
BlueColor Codes
All color formats for development
HEX
#04094DRGB
rgb(4, 9, 77)HSL
hsl(236, 90%, 16%)OKLCH
oklch(0.208 0.12 267)CMYK
cmyk(95%, 88%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040846
2#03073E
3#030636
4#02052F
5#020427
6#02041F
7#010317
8#010210
9#000108
Tints
Lighter variations
1#060E76
2#08129F
3#0B17C8
4#0D1CF0
5#3440F4
6#5C66F6
7#858DF9
8#AEB3FB
9#D6D9FD
Tones
Muted variations
1#080C4A
2#0B0F46
3#0F1343
4#13163F
5#16193B
6#1A1C37
7#1E1F34
8#212230
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5560 #5560F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2533 #2533F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B19 #0B19D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0914 #0914AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060E #060E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFD;
--navy-200: #C0C4FC;
--navy-300: #9097F9;
--navy-400: #5560F6;
--navy-500: #2533F4;
--navy-600: #0B19D5;
--navy-700: #0914AA;
--navy-800: #060E79;
--navy-900: #04094E;
--navy-950: #030630;
}