Navy
#081A49
BlueColor Codes
All color formats for development
HEX
#081A49RGB
rgb(8, 26, 73)HSL
hsl(223, 80%, 16%)OKLCH
oklch(0.238 0.091 264.4)CMYK
cmyk(89%, 64%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071842
2#07153B
3#061333
4#05102C
5#040D25
6#030B1D
7#020816
8#02050F
9#010307
Tints
Lighter variations
1#0C2970
2#113797
3#1545BD
4#1953E4
5#3E6FEA
6#658CEE
7#8BA8F2
8#B2C5F6
9#D8E2FB
Tones
Muted variations
1#0B1C46
2#0F1D43
3#121F40
4#15203C
5#182239
6#1C2336
7#1F2533
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D2 #C3D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E87 #5E87ED | Disabled statesSecondary iconsMuted text |
| 500 | 3064 #3064E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1649 #1649CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123A #123AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2A #0D2A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081B #081B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FD;
--navy-100: #DFE7FB;
--navy-200: #C3D2F8;
--navy-300: #95B0F3;
--navy-400: #5E87ED;
--navy-500: #3064E8;
--navy-600: #1649CA;
--navy-700: #123AA1;
--navy-800: #0D2A73;
--navy-900: #081B49;
--navy-950: #05112E;
}