Navy
#190F70
BlueColor Codes
All color formats for development
HEX
#190F70RGB
rgb(25, 15, 112)HSL
hsl(246, 76%, 25%)OKLCH
oklch(0.275 0.153 274.2)CMYK
cmyk(78%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160E65
2#140C5A
3#110B4F
4#0F0943
5#0C0838
6#0A062D
7#070522
8#050316
9#02020B
Tints
Lighter variations
1#201492
2#2818B4
3#2F1DD5
4#4635E3
5#6557E8
6#8478ED
7#A39AF1
8#C1BCF6
9#E0DDFA
Tones
Muted variations
1#1D146B
2#211967
3#251E62
4#28235D
5#2C2858
6#302C53
7#34314E
8#383649
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #CAC5F7;
--navy-300: #A198F1;
--navy-400: #6F62EA;
--navy-500: #4635E3;
--navy-600: #2C1BC5;
--navy-700: #23159D;
--navy-800: #190F70;
--navy-900: #100A48;
--navy-950: #0A062D;
}