Navy
#1A06AC
BlueColor Codes
All color formats for development
HEX
#1A06ACRGB
rgb(26, 6, 172)HSL
hsl(247, 93%, 35%)OKLCH
oklch(0.348 0.225 269.1)CMYK
cmyk(85%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17069B
2#14058A
3#120479
4#0F0467
5#0D0356
6#0A0245
7#080234
8#050122
9#030111
Tints
Lighter variations
1#1E07CC
2#2309EC
3#381FF7
4#553FF8
5#715FF9
6#8D7FFA
7#AA9FFC
8#C6BFFD
9#E3DFFE
Tones
Muted variations
1#200FA4
2#26179C
3#2D1F93
4#33278B
5#393083
6#40387A
7#464072
8#4D496A
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8E #9B8EFB | BordersInactive statesPlaceholder text |
| 400 | 6653 #6653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3A22 #3A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2008 #2008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A06 #1A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C03 #0C034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFE;
--navy-200: #C6BFFD;
--navy-300: #9B8EFB;
--navy-400: #6653F9;
--navy-500: #3A22F7;
--navy-600: #2008D9;
--navy-700: #1A06AC;
--navy-800: #12047B;
--navy-900: #0C034F;
--navy-950: #070231;
}