Navy
#0F2971
BlueColor Codes
All color formats for development
HEX
#0F2971RGB
rgb(15, 41, 113)HSL
hsl(224, 77%, 25%)OKLCH
oklch(0.314 0.128 264.7)CMYK
cmyk(87%, 64%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2566
2#0C215A
3#0A1D4F
4#091944
5#071438
6#06102D
7#040C22
8#030817
9#01040B
Tints
Lighter variations
1#133593
2#1741B5
3#1C4ED6
4#3463E5
5#567DE9
6#7897ED
7#99B1F2
8#BBCBF6
9#DDE5FB
Tones
Muted variations
1#142B6C
2#182D67
3#1D3062
4#22325D
5#273458
6#2C3753
7#31394E
8#363B4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6186 #6186EA | Disabled statesSecondary iconsMuted text |
| 500 | 3463 #3463E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A48 #1A48C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1539 #15399E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F29 #0F2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE7FB;
--navy-200: #C4D2F7;
--navy-300: #97AFF2;
--navy-400: #6186EA;
--navy-500: #3463E5;
--navy-600: #1A48C7;
--navy-700: #15399E;
--navy-800: #0F2971;
--navy-900: #091A48;
--navy-950: #06102D;
}