Navy
#151E9E
BlueColor Codes
All color formats for development
HEX
#151E9ERGB
rgb(21, 30, 158)HSL
hsl(236, 77%, 35%)OKLCH
oklch(0.348 0.197 267.9)CMYK
cmyk(87%, 81%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121B8E
2#10187E
3#0E156F
4#0C125F
5#0A0F4F
6#080C3F
7#06092F
8#040620
9#020310
Tints
Lighter variations
1#1823BB
2#1C29D9
3#323EE4
4#4F59E8
5#6C75EC
6#8A90F0
7#A7ACF4
8#C4C8F7
9#E2E3FB
Tones
Muted variations
1#1B2497
2#222A90
3#293089
4#303682
5#373B7C
6#3E4175
7#45476E
8#4C4D67
9#525360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 616A #616AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3440 #3440E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A25 #1A25C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151E #151E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F15 #0F1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE1FB;
--navy-200: #C4C8F7;
--navy-300: #979DF2;
--navy-400: #616AEA;
--navy-500: #3440E5;
--navy-600: #1A25C7;
--navy-700: #151E9E;
--navy-800: #0F1571;
--navy-900: #090E48;
--navy-950: #06082D;
}