Navy
#15166A
BlueColor Codes
All color formats for development
HEX
#15166ARGB
rgb(21, 22, 106)HSL
hsl(239, 67%, 25%)OKLCH
oklch(0.274 0.14 271.8)CMYK
cmyk(80%, 79%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131460
2#111255
3#0F104B
4#0D0D40
5#0B0B35
6#08092B
7#060720
8#040415
9#02020B
Tints
Lighter variations
1#1B1D8A
2#2224AA
3#282BCA
4#3F42D9
5#5F61DF
6#7F81E6
7#9FA0EC
8#BFC0F2
9#DFDFF9
Tones
Muted variations
1#191B66
2#1E1F62
3#22235E
4#262759
5#2A2B55
6#2F2F51
7#33334D
8#373748
9#3B3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D9E #9D9EEC | BordersInactive statesPlaceholder text |
| 400 | 6A6C #6A6CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F42 #3F42D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2528 #2528BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1F #1D1F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1516 #15166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FC;
--navy-100: #E1E2F9;
--navy-200: #C8C8F4;
--navy-300: #9D9EEC;
--navy-400: #6A6CE2;
--navy-500: #3F42D9;
--navy-600: #2528BB;
--navy-700: #1D1F95;
--navy-800: #15166A;
--navy-900: #0D0E44;
--navy-950: #08092B;
}