Navy
#182468
BlueColor Codes
All color formats for development
HEX
#182468RGB
rgb(24, 36, 104)HSL
hsl(231, 63%, 25%)OKLCH
oklch(0.299 0.119 269.8)CMYK
cmyk(77%, 65%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15205E
2#131D53
3#111949
4#0E153E
5#0C1234
6#090E2A
7#070B1F
8#050715
9#02040A
Tints
Lighter variations
1#1F2E87
2#2639A6
3#2D44C5
4#445AD5
5#6375DC
6#8291E3
7#A1ACEA
8#C1C8F1
9#E0E3F8
Tones
Muted variations
1#1C2664
2#202960
3#242C5C
4#282F58
5#2C3254
6#303550
7#34374C
8#383A48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAE9 | BordersInactive statesPlaceholder text |
| 400 | 6E7E #6E7EDE | Disabled statesSecondary iconsMuted text |
| 500 | 445A #445AD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A3F #2A3FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2132 #213291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1824 #182468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F4FC;
--navy-100: #E2E5F8;
--navy-200: #C9CFF3;
--navy-300: #9FAAE9;
--navy-400: #6E7EDE;
--navy-500: #445AD5;
--navy-600: #2A3FB7;
--navy-700: #213291;
--navy-800: #182468;
--navy-900: #0F1743;
--navy-950: #090E2A;
}