Navy
#1C10A2
BlueColor Codes
All color formats for development
HEX
#1C10A2RGB
rgb(28, 16, 162)HSL
hsl(245, 82%, 35%)OKLCH
oklch(0.342 0.21 270.2)CMYK
cmyk(83%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190E92
2#170D82
3#140B72
4#110A61
5#0E0851
6#0B0641
7#080531
8#060320
9#030210
Tints
Lighter variations
1#2213C1
2#2716DF
3#3C2CEA
4#584AED
5#7368F0
6#8F86F3
7#ABA5F6
8#C7C3F9
9#E3E1FC
Tones
Muted variations
1#22179B
2#281F94
3#2F268C
4#352D85
5#3B357E
6#413C77
7#47436F
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 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F4 | BordersInactive statesPlaceholder text |
| 400 | 695D #695DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3E2E #3E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2414 #2414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C10 #1C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DFFC;
--navy-200: #C7C3F9;
--navy-300: #9C94F4;
--navy-400: #695DEF;
--navy-500: #3E2EEA;
--navy-600: #2414CC;
--navy-700: #1C10A2;
--navy-800: #140B74;
--navy-900: #0D074A;
--navy-950: #08052E;
}