Navy
#15256A
BlueColor Codes
All color formats for development
HEX
#15256ARGB
rgb(21, 37, 106)HSL
hsl(229, 67%, 25%)OKLCH
oklch(0.301 0.122 268)CMYK
cmyk(80%, 65%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132160
2#111D55
3#0F1A4B
4#0D1640
5#0B1235
6#080F2B
7#060B20
8#040715
9#02040B
Tints
Lighter variations
1#1B308A
2#223BAA
3#2846CA
4#3F5CD9
5#5F77DF
6#7F92E6
7#9FADEC
8#BFC9F2
9#DFE4F9
Tones
Muted variations
1#192766
2#1E2A62
3#222D5E
4#263059
5#2A3255
6#2F3551
7#33384D
8#373A48
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 | C8D0 #C8D0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAB #9DABEC | BordersInactive statesPlaceholder text |
| 400 | 6A80 #6A80E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F5C #3F5CD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2541 #2541BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D33 #1D3395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1525 #15256A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1744 | 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: #C8D0F4;
--navy-300: #9DABEC;
--navy-400: #6A80E2;
--navy-500: #3F5CD9;
--navy-600: #2541BB;
--navy-700: #1D3395;
--navy-800: #15256A;
--navy-900: #0D1744;
--navy-950: #080F2B;
}