Navy
#190D73
BlueColor Codes
All color formats for development
HEX
#190D73RGB
rgb(25, 13, 115)HSL
hsl(247, 80%, 25%)OKLCH
oklch(0.276 0.158 273.9)CMYK
cmyk(78%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160B67
2#140A5C
3#110950
4#0F0845
5#0C0639
6#0A052E
7#070422
8#050317
9#02010B
Tints
Lighter variations
1#201195
2#2714B8
3#2F18DA
4#4630E8
5#6553EC
6#8475F0
7#A298F4
8#C1BAF7
9#E0DDFB
Tones
Muted variations
1#1D126E
2#201769
3#241C63
4#28215E
5#2C2659
6#302B54
7#34304F
8#38364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A095 #A095F3 | BordersInactive statesPlaceholder text |
| 400 | 6F5E #6F5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4630 #4630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B16 #2B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2312 #2312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1008 #100849 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC3F8;
--navy-300: #A095F3;
--navy-400: #6F5EED;
--navy-500: #4630E8;
--navy-600: #2B16CA;
--navy-700: #2312A1;
--navy-800: #190D73;
--navy-900: #100849;
--navy-950: #0A052E;
}