Navy
#181A68
BlueColor Codes
All color formats for development
HEX
#181A68RGB
rgb(24, 26, 104)HSL
hsl(239, 63%, 25%)OKLCH
oklch(0.28 0.132 272.8)CMYK
cmyk(77%, 75%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15165E
2#131453
3#111149
4#0E0F3E
5#0C0C34
6#090A2A
7#07071F
8#050515
9#02020A
Tints
Lighter variations
1#1F2087
2#2628A6
3#2D2FC5
4#4446D5
5#6365DC
6#8284E3
7#A1A3EA
8#C1C1F1
9#E0E0F8
Tones
Muted variations
1#1C1D64
2#202160
3#24255C
4#282858
5#2C2C54
6#303050
7#34344C
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 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E6F #6E6FDE | Disabled statesSecondary iconsMuted text |
| 500 | 4446 #4446D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2C #2A2CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2123 #212391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1819 #181968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #C9CAF3;
--navy-300: #9FA1E9;
--navy-400: #6E6FDE;
--navy-500: #4446D5;
--navy-600: #2A2CB7;
--navy-700: #212391;
--navy-800: #181968;
--navy-900: #0F1043;
--navy-950: #090A2A;
}