Navy
#1A1A99
BlueColor Codes
All color formats for development
HEX
#1A1A99RGB
rgb(26, 26, 153)HSL
hsl(240, 71%, 35%)OKLCH
oklch(0.339 0.194 269.8)CMYK
cmyk(83%, 83%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171789
2#15157A
3#12126B
4#10105C
5#0D0D4C
6#0A0A3D
7#08082E
8#05051F
9#03030F
Tints
Lighter variations
1#1F1FB5
2#2323D1
3#3939DD
4#5555E2
5#7171E7
6#8E8EEC
7#AAAAF1
8#C6C6F5
9#E3E3FA
Tones
Muted variations
1#202092
2#27278C
3#2D2D86
4#33337F
5#3A3A79
6#404073
7#46466C
8#4D4D66
9#535360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9B #9B9BEE | BordersInactive statesPlaceholder text |
| 400 | 6666 #6666E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B3B #3B3BDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2121 #2121C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A1A #1A1A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1212 #12126D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0C #0C0C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FA;
--navy-200: #C6C6F5;
--navy-300: #9B9BEE;
--navy-400: #6666E5;
--navy-500: #3B3BDE;
--navy-600: #2121C0;
--navy-700: #1A1A99;
--navy-800: #12126D;
--navy-900: #0C0C46;
--navy-950: #07072C;
}