Navy
#080B49
BlueColor Codes
All color formats for development
HEX
#080B49RGB
rgb(8, 11, 73)HSL
hsl(237, 80%, 16%)OKLCH
oklch(0.208 0.11 269.8)CMYK
cmyk(89%, 85%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070A42
2#07093B
3#060833
4#05072C
5#040625
6#03051D
7#020316
8#02020F
9#010107
Tints
Lighter variations
1#0C1170
2#111797
3#151DBD
4#1923E4
5#3E47EA
6#656CEE
7#8B90F2
8#B2B5F6
9#D8DAFB
Tones
Muted variations
1#0B0E46
2#0F1143
3#121440
4#15173C
5#181A39
6#1C1D36
7#1F2033
8#22232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF3 | BordersInactive statesPlaceholder text |
| 400 | 5E65 #5E65ED | Disabled statesSecondary iconsMuted text |
| 500 | 303A #303AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161F #161FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1219 #1219A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C3C6F8;
--navy-300: #959AF3;
--navy-400: #5E65ED;
--navy-500: #303AE8;
--navy-600: #161FCA;
--navy-700: #1219A1;
--navy-800: #0D1273;
--navy-900: #080B49;
--navy-950: #05072E;
}