Navy
#191A67
BlueColor Codes
All color formats for development
HEX
#191A67RGB
rgb(25, 26, 103)HSL
hsl(239, 61%, 25%)OKLCH
oklch(0.28 0.13 273.5)CMYK
cmyk(76%, 75%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16185C
2#141552
3#111248
4#0F103E
5#0C0D33
6#0A0A29
7#07081F
8#050515
9#02030A
Tints
Lighter variations
1#202285
2#282AA4
3#2F32C3
4#4649D2
5#6567DA
6#8485E1
7#A3A4E9
8#C1C2F0
9#E0E1F8
Tones
Muted variations
1#1D1E63
2#21225F
3#25255B
4#282957
5#2C2D53
6#30314F
7#34344B
8#383848
9#3C3C44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E3F8;
--navy-200: #CACAF2;
--navy-300: #A1A2E8;
--navy-400: #6F71DC;
--navy-500: #4649D2;
--navy-600: #2C2EB5;
--navy-700: #232590;
--navy-800: #191A67;
--navy-900: #101142;
--navy-950: #0A0A29;
}