Navy
#180BA8
BlueColor Codes
All color formats for development
HEX
#180BA8RGB
rgb(24, 11, 168)HSL
hsl(245, 88%, 35%)OKLCH
oklch(0.344 0.22 268.7)CMYK
cmyk(86%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#150A97
2#130986
3#110775
4#0E0665
5#0C0554
6#0A0443
7#070332
8#050222
9#020111
Tints
Lighter variations
1#1C0DC7
2#210FE6
3#3625F1
4#5344F3
5#6F63F5
6#8C82F7
7#A9A2F9
8#C6C1FB
9#E2E0FD
Tones
Muted variations
1#1E13A0
2#251A98
3#2B2290
4#322A88
5#393281
6#3F3A79
7#464271
8#4C4A69
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C6C1FB;
--navy-300: #9991F8;
--navy-400: #6457F4;
--navy-500: #3827F1;
--navy-600: #1E0DD3;
--navy-700: #180BA8;
--navy-800: #110878;
--navy-900: #0B054D;
--navy-950: #070330;
}