Navy
#071678
BlueColor Codes
All color formats for development
HEX
#071678RGB
rgb(7, 22, 120)HSL
hsl(232, 89%, 25%)OKLCH
oklch(0.285 0.162 266)CMYK
cmyk(94%, 82%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06146C
2#061260
3#050F54
4#040D48
5#040B3C
6#030930
7#020724
8#010418
9#01020C
Tints
Lighter variations
1#091D9D
2#0B23C1
3#0D2AE5
4#2641F2
5#4A61F4
6#6E81F7
7#93A0F9
8#B7C0FB
9#DBDFFD
Tones
Muted variations
1#0D1A73
2#121E6D
3#182367
4#1E2762
5#232B5C
6#292F56
7#2F3351
8#34374B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 566B #566BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2641 #2641F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C27 #0C27D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1F #0A1FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0716 #071678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE1FD;
--navy-200: #C0C8FB;
--navy-300: #909EF9;
--navy-400: #566BF5;
--navy-500: #2641F2;
--navy-600: #0C27D4;
--navy-700: #0A1FA9;
--navy-800: #071678;
--navy-900: #040E4D;
--navy-950: #030930;
}