Navy
#0E1B71
BlueColor Codes
All color formats for development
HEX
#0E1B71RGB
rgb(14, 27, 113)HSL
hsl(232, 78%, 25%)OKLCH
oklch(0.287 0.146 267.6)CMYK
cmyk(88%, 76%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1966
2#0B165B
3#0A134F
4#081044
5#070E39
6#060B2D
7#040822
8#030517
9#01030B
Tints
Lighter variations
1#122394
2#162CB6
3#1B34D8
4#334BE6
5#5569EA
6#7787EE
7#99A5F2
8#BBC3F7
9#DDE1FB
Tones
Muted variations
1#131F6D
2#182368
3#1D2663
4#222A5E
5#272E59
6#2C3154
7#31354F
8#36384A
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C4CBF8;
--navy-300: #97A3F2;
--navy-400: #6073EB;
--navy-500: #334BE6;
--navy-600: #1930C8;
--navy-700: #14269F;
--navy-800: #0E1B71;
--navy-900: #091149;
--navy-950: #060B2D;
}