Navy
#1C06AC
BlueColor Codes
All color formats for development
HEX
#1C06ACRGB
rgb(28, 6, 172)HSL
hsl(248, 93%, 35%)OKLCH
oklch(0.349 0.225 269.7)CMYK
cmyk(84%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A069B
2#17058A
3#140479
4#110467
5#0E0356
6#0B0245
7#090234
8#060122
9#030111
Tints
Lighter variations
1#2207CC
2#2709EC
3#3C1FF7
4#583FF8
5#745FF9
6#8F7FFA
7#AB9FFC
8#C7BFFD
9#E3DFFE
Tones
Muted variations
1#220FA4
2#29179C
3#2F1F93
4#35278B
5#3B3083
6#41387A
7#474072
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 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8E #9C8EFB | BordersInactive statesPlaceholder text |
| 400 | 6953 #6953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3E22 #3E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2408 #2408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C06 #1C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034F | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFE;
--navy-200: #C7BFFD;
--navy-300: #9C8EFB;
--navy-400: #6953F9;
--navy-500: #3E22F7;
--navy-600: #2408D9;
--navy-700: #1C06AC;
--navy-800: #14047B;
--navy-900: #0D034F;
--navy-950: #080231;
}