Navy
#15266A
BlueColor Codes
All color formats for development
HEX
#15266ARGB
rgb(21, 38, 106)HSL
hsl(228, 67%, 25%)OKLCH
oklch(0.303 0.12 267.6)CMYK
cmyk(80%, 64%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132260
2#111E55
3#0F1B4B
4#0D1740
5#0B1335
6#080F2B
7#060B20
8#040815
9#02040B
Tints
Lighter variations
1#1B328A
2#223DAA
3#2848CA
4#3F5ED9
5#5F79DF
6#7F94E6
7#9FAFEC
8#BFC9F2
9#DFE4F9
Tones
Muted variations
1#192966
2#1E2B62
3#222E5E
4#263059
5#2A3355
6#2F3551
7#33384D
8#373B48
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAD #9DADEC | BordersInactive statesPlaceholder text |
| 400 | 6A82 #6A82E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F5E #3F5ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2543 #2543BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D35 #1D3595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1526 #15266A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D18 #0D1844 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E1E6F9;
--navy-200: #C8D1F4;
--navy-300: #9DADEC;
--navy-400: #6A82E2;
--navy-500: #3F5ED9;
--navy-600: #2543BB;
--navy-700: #1D3595;
--navy-800: #15266A;
--navy-900: #0D1844;
--navy-950: #080F2B;
}