Navy
#1A10A2
BlueColor Codes
All color formats for development
HEX
#1A10A2RGB
rgb(26, 16, 162)HSL
hsl(244, 82%, 35%)OKLCH
oklch(0.341 0.21 269.6)CMYK
cmyk(84%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#170E92
2#150D82
3#120B72
4#0F0A61
5#0D0851
6#0A0641
7#080531
8#050320
9#030210
Tints
Lighter variations
1#1F13C1
2#2316DF
3#392CEA
4#554AED
5#7168F0
6#8E86F3
7#AAA5F6
8#C6C3F9
9#E3E1FC
Tones
Muted variations
1#20179B
2#271F94
3#2D268C
4#332D85
5#3A357E
6#403C77
7#46436F
8#4D4B68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B94 #9B94F4 | BordersInactive statesPlaceholder text |
| 400 | 665D #665DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3B2E #3B2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2014 #2014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A10 #1A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DFFC;
--navy-200: #C6C3F9;
--navy-300: #9B94F4;
--navy-400: #665DEF;
--navy-500: #3B2EEA;
--navy-600: #2014CC;
--navy-700: #1A10A2;
--navy-800: #120B74;
--navy-900: #0C074A;
--navy-950: #07052E;
}