Navy
#092377
BlueColor Codes
All color formats for development
HEX
#092377RGB
rgb(9, 35, 119)HSL
hsl(226, 86%, 25%)OKLCH
oklch(0.306 0.146 264.8)CMYK
cmyk(92%, 71%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081F6B
2#071C5F
3#061853
4#051547
5#04113B
6#040E2F
7#030A24
8#020718
9#01030C
Tints
Lighter variations
1#0C2D9A
2#0E37BE
3#1142E1
4#2A58EF
5#4D74F2
6#718FF4
7#94ABF7
8#B8C7FA
9#DBE3FC
Tones
Muted variations
1#0E2571
2#14286C
3#192B66
4#1F2E61
5#24315B
6#2A3456
7#2F3750
8#353A4B
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A9 #92A9F7 | BordersInactive statesPlaceholder text |
| 400 | 597D #597DF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A58 #2A58EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 103D #103DD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C30 #0C30A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0923 #092377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0616 #06164C | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FD;
--navy-200: #C1CFFA;
--navy-300: #92A9F7;
--navy-400: #597DF3;
--navy-500: #2A58EF;
--navy-600: #103DD1;
--navy-700: #0C30A6;
--navy-800: #092377;
--navy-900: #06164C;
--navy-950: #040E2F;
}