Navy
#15156A
BlueColor Codes
All color formats for development
HEX
#15156ARGB
rgb(21, 21, 106)HSL
hsl(240, 67%, 25%)OKLCH
oklch(0.272 0.141 272)CMYK
cmyk(80%, 80%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131360
2#111155
3#0F0F4B
4#0D0D40
5#0B0B35
6#08082B
7#060620
8#040415
9#02020B
Tints
Lighter variations
1#1B1B8A
2#2222AA
3#2828CA
4#3F3FD9
5#5F5FDF
6#7F7FE6
7#9F9FEC
8#BFBFF2
9#DFDFF9
Tones
Muted variations
1#191966
2#1E1E62
3#22225E
4#262659
5#2A2A55
6#2F2F51
7#33334D
8#373748
9#3B3B44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D9D #9D9DEC | BordersInactive statesPlaceholder text |
| 400 | 6A6A #6A6AE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F3F #3F3FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2525 #2525BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1515 #15156A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FC;
--navy-100: #E1E1F9;
--navy-200: #C8C8F4;
--navy-300: #9D9DEC;
--navy-400: #6A6AE2;
--navy-500: #3F3FD9;
--navy-600: #2525BB;
--navy-700: #1D1D95;
--navy-800: #15156A;
--navy-900: #0D0D44;
--navy-950: #08082B;
}